|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| com.lyncode.jtwig.tree.expressions | |
| Uses of Operator in com.lyncode.jtwig.tree.expressions |
|---|
| Methods in com.lyncode.jtwig.tree.expressions that return Operator | |
|---|---|
static Operator |
Operator.fromString(String operatorRepresentation)
|
Operator |
OperationUnary.getOperator()
|
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 are declared. |
| Methods in com.lyncode.jtwig.tree.expressions that return types with arguments of type Operator | |
|---|---|
List<Operator> |
OperationBinary.getOperators()
|
| Methods in com.lyncode.jtwig.tree.expressions with parameters of type Operator | |
|---|---|
boolean |
OperationBinary.addOperator(Operator operator)
|
| Constructors in com.lyncode.jtwig.tree.expressions with parameters of type Operator | |
|---|---|
OperationUnary(Operator operator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||