Uses of Enum Class
io.pebbletemplates.pebble.operator.Associativity
Packages that use Associativity
-
Uses of Associativity in io.pebbletemplates.pebble.operator
Methods in io.pebbletemplates.pebble.operator that return AssociativityModifier and TypeMethodDescriptionBinaryOperator.getAssociativity()BinaryOperatorImpl.getAssociativity()static AssociativityReturns the enum constant of this class with the specified name.static Associativity[]Associativity.values()Returns an array containing the constants of this enum class, 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, java.util.function.Supplier<? extends BinaryExpression<?>> nodeSupplier, BinaryOperatorType type, Associativity associativity) This constuctor allows you to completely control the instantiation of the expression class