public ASTWriter(ASTBuilder ast) { _ast = ast; }
protected ParserBase(Scanner scanner, ASTBuilder ast) { _scanner = scanner; AST = ast; }