Traverses this expression, notifying the visitor of declared and used variables, and checking the tree for other recursive properties. @param visitor visitor @return if the walk should be continued
(ASTVisitor visitor)
| 485 | * @return if the walk should be continued |
| 486 | */ |
| 487 | public abstract boolean accept(ASTVisitor visitor); |
| 488 | |
| 489 | /** |
| 490 | * Visit all given expressions with the given visitor. |
no outgoing calls
no test coverage detected