示例#1
0
 public virtual AstNode VisitIntegerType(IntegerType ast)
 {
     return(ast);
 }
示例#2
0
 CodeObject Ast.IAstVisitor <CodeObject> .VisitIntegerType(Ast.IntegerType ast)
 {
     throw new NotImplementedException();
 }