|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TokenOperatorD3.Operator in org.weborganic.uri.template |
|---|
| Methods in org.weborganic.uri.template that return TokenOperatorD3.Operator | |
|---|---|
TokenOperatorD3.Operator |
TokenOperatorD3.operator()
Returns the operator part of this token. |
static TokenOperatorD3.Operator |
TokenOperatorD3.toOperator(String op)
Returns the operator if it is defined in this class. |
static TokenOperatorD3.Operator |
TokenOperatorD3.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TokenOperatorD3.Operator[] |
TokenOperatorD3.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.weborganic.uri.template with parameters of type TokenOperatorD3.Operator | |
|---|---|
TokenOperatorD3(TokenOperatorD3.Operator op,
String arg,
List<Variable> vars)
Creates a new operator token. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||