| void | Expr. accept(Visitor v) | 
| void | StringL. accept(Visitor v) | 
| void | Symbol. accept(Visitor v) | 
| void | CondExpr. accept(Visitor v) | 
| void | NewExpr. accept(Visitor v) | 
| void | Member. accept(Visitor v) | 
| void | Keyword. accept(Visitor v) | 
| void | BinExpr. accept(Visitor v) | 
| void | Stmnt. accept(Visitor v) | 
| void | IntConst. accept(Visitor v) | 
| void | FieldDecl. accept(Visitor v) | 
| void | CastExpr. accept(Visitor v) | 
| abstract void | ASTree. accept(Visitor v)Is a method for the visitor pattern. | 
| void | ArrayInit. accept(Visitor v) | 
| void | InstanceOfExpr. accept(Visitor v) | 
| void | ASTList. accept(Visitor v) | 
| void | CallExpr. accept(Visitor v) | 
| void | MethodDecl. accept(Visitor v) | 
| void | DoubleConst. accept(Visitor v) | 
| void | AssignExpr. accept(Visitor v) | 
| void | Declarator. accept(Visitor v) | 
| void | Pair. accept(Visitor v) | 
| void | Variable. accept(Visitor v) |