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