Ejemplo n.º 1
0
 public BlockTree(SyntaxTree child, int line)
 {
     this.child  = (InstructionsTree)child;
     line_number = line;
 }
Ejemplo n.º 2
0
 public Root(SyntaxTree instructions = null)
 {
     this.instructions = (InstructionsTree)instructions;
 }