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