public abstract static class ASTUtil.IncludePredicate extends java.lang.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.FilterPredicateexclude in interface ASTUtil.FilterPredicatenode - The node.public abstract boolean include(antlr.collections.AST node)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.