Exemple #1
0
 public virtual AstNode VisitBooleanType(BooleanType ast)
 {
     return(ast);
 }
Exemple #2
0
 CodeObject Ast.IAstVisitor <CodeObject> .VisitBooleanType(Ast.BooleanType ast)
 {
     throw new NotImplementedException();
 }