|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in org.springmodules.validation.valang.predicates that return Operator | |
---|---|
Operator |
AbstractPropertyPredicate.getOperator()
Gets operator. |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.springmodules.validation.valang.predicates with parameters of type Operator | |
---|---|
AbstractCompareTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column,
String operatorSymbol)
Constructor taking two functions and an operator. |
|
AbstractPropertyPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor |
|
BetweenTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
EqualsTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
GenericTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
GreaterThanOrEqualTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
GreaterThanTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
InTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
LessThanOrEqualTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
LessThanTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
NotBetweenTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
NotEqualsTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
NotInTestPredicate(Function leftFunction,
Operator operator,
Function rightFunction,
int line,
int column)
Constructor taking two functions and an operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |