|
||||||||||
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()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |