R - The ExprNode visitor's return type.public static interface SoytreeUtils.Shortcircuiter<R>
visitAllExprsShortcircuitably.| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldShortcircuit(AbstractExprNodeVisitor<R> exprNodeVisitor)
Called at various points during a pass initiated by visitAllExprsShortcircuitably.
|
boolean shouldShortcircuit(AbstractExprNodeVisitor<R> exprNodeVisitor)
exprNodeVisitor - The expression visitor being used by visitAllExprsShortcircuitably.