public virtual AstNode VisitIntegerType(IntegerType ast) { return(ast); }
CodeObject Ast.IAstVisitor <CodeObject> .VisitIntegerType(Ast.IntegerType ast) { throw new NotImplementedException(); }