|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.hql.ast.util.ASTUtil.IncludePredicate
public abstract static class ASTUtil.IncludePredicate
A predicate that uses inclusion, rather than exclusion semantics.
Constructor Summary | |
---|---|
ASTUtil.IncludePredicate()
|
Method Summary | |
---|---|
boolean |
exclude(antlr.collections.AST node)
Returns true if the node should be filtered out. |
abstract boolean |
include(antlr.collections.AST node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASTUtil.IncludePredicate()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |