Uses of Enum Class
io.pebbletemplates.pebble.operator.BinaryOperatorType
Packages that use BinaryOperatorType
-
Uses of BinaryOperatorType in io.pebbletemplates.pebble.operator
Fields in io.pebbletemplates.pebble.operator declared as BinaryOperatorTypeMethods in io.pebbletemplates.pebble.operator that return BinaryOperatorTypeModifier and TypeMethodDescriptionprivate static BinaryOperatorType
BinaryOperatorImpl.getDefaultType
(Class<? extends BinaryExpression<?>> nodeClass) BinaryOperator.getType()
BinaryOperatorImpl.getType()
static BinaryOperatorType
Returns 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, Supplier<? extends BinaryExpression<?>> nodeSupplier, BinaryOperatorType type, Associativity associativity) This constuctor allows you to completely control the instantiation of the expression class