| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.operator |
| Modifier and Type | Method and Description |
|---|---|
Associativity |
BinaryOperatorImpl.getAssociativity() |
Associativity |
BinaryOperator.getAssociativity() |
static Associativity |
Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Associativity[] |
Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryOperatorImpl(String symbol,
int precedence,
Class<? extends BinaryExpression<?>> nodeClass,
Associativity associativity) |
Copyright © 2015. All rights reserved.