类 ASTUtil.IncludePredicate
- java.lang.Object
-
- org.hibernate.hql.internal.ast.util.ASTUtil.IncludePredicate
-
- 所有已实现的接口:
ASTUtil.FilterPredicate
- 封闭类:
- ASTUtil
public abstract static class ASTUtil.IncludePredicate extends Object implements ASTUtil.FilterPredicate
A predicate that uses inclusion, rather than exclusion semantics.
-
-
方法详细资料
-
exclude
public final boolean exclude(antlr.collections.AST node)
从接口复制的说明:ASTUtil.FilterPredicateReturns true if the node should be filtered out.- 指定者:
exclude在接口中ASTUtil.FilterPredicate- 参数:
node- The node.- 返回:
- true if the node should be filtered out, false to keep the node.
-
include
public abstract boolean include(antlr.collections.AST node)
-
-