Uses of Enum
io.pebbletemplates.pebble.operator.Associativity
Packages that use Associativity
-
Uses of Associativity in io.pebbletemplates.pebble.operator
Subclasses with type arguments of type Associativity in io.pebbletemplates.pebble.operatorFields in io.pebbletemplates.pebble.operator declared as AssociativityMethods in io.pebbletemplates.pebble.operator that return AssociativityModifier and TypeMethodDescriptionBinaryOperator.getAssociativity()BinaryOperatorImpl.getAssociativity()static AssociativityReturns 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.Constructors in io.pebbletemplates.pebble.operator with parameters of type AssociativityModifierConstructorDescriptionBinaryOperatorImpl(String symbol, int precedence, Class<? extends BinaryExpression<?>> nodeClass, Associativity associativity) This constuctor left for backward compatibility with custom extensionsBinaryOperatorImpl(String symbol, int precedence, Supplier<? extends BinaryExpression<?>> nodeSupplier, BinaryOperatorType type, Associativity associativity) This constuctor allows you to completely control the instantiation of the expression class