Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface ASTUtil.FilterPredicate
Method Summary | |
boolean |
|
public boolean exclude(AST n)
Returns true if the node should be filtered out.
- Parameters:
n
- The node.
- Returns:
- true if the node should be filtered out, false to keep the node.