public BlockTree(SyntaxTree child, int line) { this.child = (InstructionsTree)child; line_number = line; }
public Root(SyntaxTree instructions = null) { this.instructions = (InstructionsTree)instructions; }