Uses of Enum
io.pebbletemplates.pebble.operator.BinaryOperatorType
Packages that use BinaryOperatorType
-
Uses of BinaryOperatorType in io.pebbletemplates.pebble.operator
Subclasses with type arguments of type BinaryOperatorType in io.pebbletemplates.pebble.operatorFields in io.pebbletemplates.pebble.operator declared as BinaryOperatorTypeMethods in io.pebbletemplates.pebble.operator that return BinaryOperatorTypeModifier and TypeMethodDescriptionprivate static BinaryOperatorTypeBinaryOperatorImpl.getDefaultType(Class<? extends BinaryExpression<?>> nodeClass) BinaryOperator.getType()BinaryOperatorImpl.getType()static BinaryOperatorTypeReturns the enum constant of this type with the specified name.static BinaryOperatorType[]BinaryOperatorType.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 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