Uses of Enum Class
io.pebbletemplates.pebble.operator.BinaryOperatorType
Packages that use BinaryOperatorType
-
Uses of BinaryOperatorType in io.pebbletemplates.pebble.operator
Methods in io.pebbletemplates.pebble.operator that return BinaryOperatorTypeModifier and TypeMethodDescriptionBinaryOperator.getType()BinaryOperatorImpl.getType()static BinaryOperatorTypeReturns the enum constant of this class with the specified name.static BinaryOperatorType[]BinaryOperatorType.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 BinaryOperatorTypeModifierConstructorDescriptionBinaryOperatorImpl(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