Uses of Class
com.gridsystems.beanfilter.EvalNode

Uses of EvalNode in com.gridsystems.beanfilter
 

Subclasses of EvalNode in com.gridsystems.beanfilter
 class AndNode
          AND operation node.
 class BooleanNode
          Node that evaluates its internal node as if it is a boolean value.
 class CollectionNode
          Collection operations node (contains, in).
 class CompareNode
          Comparison operation.
 class NotNode
          Evaluates a node and negates it.
 class OrNode
          OR logic operation.
 

Methods in com.gridsystems.beanfilter that return EvalNode
 EvalNode OrNode.getLeftNode()
          Gets the left node.
 EvalNode AndNode.getLeftValue()
          Gets the left node.
 EvalNode OrNode.getRightNode()
          Gets the right node.
 EvalNode AndNode.getRightNode()
          Gets the right node.
static EvalNode Parser.parse(java.lang.String s, java.lang.Class<?> c)
          Parses the specified string as an expression to evaluate on object of class 'c'.
 

Constructors in com.gridsystems.beanfilter with parameters of type EvalNode
SelectWhereValue(Token selectToken, EvalValue select, Token whereToken, EvalNode where, java.lang.Class<?> parentClass)
          Creates a new instance.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.