public abstract static class ASTUtil.IncludePredicate extends Object implements ASTUtil.FilterPredicate
Constructor and Description |
---|
IncludePredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
exclude(antlr.collections.AST node)
Returns true if the node should be filtered out.
|
abstract boolean |
include(antlr.collections.AST node) |
public final boolean exclude(antlr.collections.AST node)
ASTUtil.FilterPredicate
exclude
in interface ASTUtil.FilterPredicate
node
- The node.public abstract boolean include(antlr.collections.AST node)
Copyright © 2021 JBoss by Red Hat. All rights reserved.