public static interface

ASTUtil.FilterPredicate

org.hibernate.hql.ast.util.ASTUtil.FilterPredicate
Known Indirect Subclasses

Class Overview

Filters nodes out of a tree.

Summary

Public Methods
abstract boolean exclude(AST n)
Returns true if the node should be filtered out.

Public Methods

public abstract 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.