Uses of Interface
org.springmodules.validation.valang.predicates.Operator

Packages that use Operator
org.springmodules.validation.valang.javascript   
org.springmodules.validation.valang.parser   
org.springmodules.validation.valang.predicates   
 

Uses of Operator in org.springmodules.validation.valang.javascript
 

Methods in org.springmodules.validation.valang.javascript with parameters of type Operator
protected  String ValangJavaScriptTranslator.operatorToFunctionName(Operator operator)
           
 

Uses of Operator in org.springmodules.validation.valang.parser
 

Methods in org.springmodules.validation.valang.parser that return Operator
 Operator ValangParser.binaryOperator()
           
 Operator ValangParser.unaryOperator()
           
 

Methods in org.springmodules.validation.valang.parser with parameters of type Operator
 org.apache.commons.collections.Predicate DefaultVisitor.getPredicate(Function leftFunction, Operator operator, Function rightFunction, int line, int column)
          Gets predicate.
 

Uses of Operator in org.springmodules.validation.valang.predicates
 

Subinterfaces of Operator in org.springmodules.validation.valang.predicates
static interface Operator.BetweenOperator
           
static interface Operator.EqualsOperator
           
static interface Operator.HasLengthOperator
           
static interface Operator.HasNoLengthOperator
           
static interface Operator.HasNoTextOperator
           
static interface Operator.HasTextOperator
           
static interface Operator.InOperator
           
static interface Operator.IsBlankOperator
           
static interface Operator.IsLowerCaseOperator
           
static interface Operator.IsNotBlankOperator
           
static interface Operator.IsNotLowerCaseOperator
           
static interface Operator.IsNotUpperCaseOperator
           
static interface Operator.IsNotWordOperator
           
static interface Operator.IsUpperCaseOperator
           
static interface Operator.IsWordOperator
           
static interface Operator.LessThanOperator
           
static interface Operator.LessThanOrEqualOperator
           
static interface Operator.MoreThanOperator
           
static interface Operator.MoreThanOrEqualOperator
           
static interface Operator.NotBetweenOperator
           
static interface Operator.NotEqualsOperator
           
static interface Operator.NotInOperator
           
static interface Operator.NotNullOperator
           
static interface Operator.NullOperator
           
 

Fields in org.springmodules.validation.valang.predicates declared as Operator
static Operator OperatorConstants.BETWEEN_OPERATOR
           
static Operator OperatorConstants.EQUALS_OPERATOR
           
static Operator OperatorConstants.HAS_LENGTH_OPERATOR
           
static Operator OperatorConstants.HAS_NO_LENGTH_OPERATOR
           
static Operator OperatorConstants.HAS_NO_TEXT_OPERATOR
           
static Operator OperatorConstants.HAS_TEXT_OPERATOR
           
static Operator OperatorConstants.IN_OPERATOR
           
static Operator OperatorConstants.IS_BLANK_OPERATOR
           
static Operator OperatorConstants.IS_LOWER_CASE_OPERATOR
           
static Operator OperatorConstants.IS_NOT_BLANK_OPERATOR
           
static Operator OperatorConstants.IS_NOT_LOWER_CASE_OPERATOR
           
static Operator OperatorConstants.IS_NOT_UPPER_CASE_OPERATOR
           
static Operator OperatorConstants.IS_NOT_WORD_OPERATOR
           
static Operator OperatorConstants.IS_UPPER_CASE_OPERATOR
           
static Operator OperatorConstants.IS_WORD_OPERATOR
           
static Operator OperatorConstants.LESS_THAN_OPERATOR
           
static Operator OperatorConstants.LESS_THAN_OR_EQUAL_OPERATOR
           
static Operator OperatorConstants.MORE_THAN_OPERATOR
           
static Operator OperatorConstants.MORE_THAN_OR_EQUAL_OPERATOR
           
static Operator OperatorConstants.NOT_BETWEEN_OPERATOR
           
static Operator OperatorConstants.NOT_EQUAL_OPERATOR
           
static Operator OperatorConstants.NOT_IN_OPERATOR
           
static Operator OperatorConstants.NOT_NULL_OPERATOR
           
static Operator OperatorConstants.NULL_OPERATOR
           
 

Methods in org.springmodules.validation.valang.predicates that return Operator
 Operator AbstractPropertyPredicate.getOperator()
           
 

Methods in org.springmodules.validation.valang.predicates with parameters of type Operator
protected  org.apache.commons.collections.Predicate GenericTestPredicate.getPredicate(Function leftFunction, Operator operator, Function rightFunction, int line, int column)
           
protected abstract  org.apache.commons.collections.Predicate AbstractPropertyPredicate.getPredicate(Function leftFunction, Operator operator, Function rightFunction, int line, int column)
           
 

Constructors in org.springmodules.validation.valang.predicates with parameters of type Operator
AbstractPropertyPredicate(Function leftFunction, Operator operator, Function rightFunction, int line, int column)
           
GenericTestPredicate(Function leftFunction, Operator operator, Function rightFunction, int line, int column)
          Constructor taking two functions and an operator.
 



Copyright © 2009. All Rights Reserved.