Ejemplo n.º 1
0
 public AstNodeCloner(CompilerContext context, uint indent = 0)
 {
     _current = _context = new AstBuilderContext(context, indent);
 }
Ejemplo n.º 2
0
 public AstNodeCloner()
 {
     _current = new AstCurrentContext();
 }