| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
Operator.Associativity |
Operator.getAssociativity()
Returns this operator's associativity.
|
static Operator.Associativity |
Operator.Associativity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Associativity[] |
Operator.Associativity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|