Uses of Class
io.pebbletemplates.pebble.node.expression.BinaryExpression
Packages that use BinaryExpression
Package
Description
-
Uses of BinaryExpression in io.pebbletemplates.pebble.extension.debug
Methods in io.pebbletemplates.pebble.extension.debug with parameters of type BinaryExpression -
Uses of BinaryExpression in io.pebbletemplates.pebble.node.expression
Subclasses of BinaryExpression in io.pebbletemplates.pebble.node.expressionModifier and TypeClassDescriptionclassclassclassExpression which implements the string concatenation.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassExpression which implements the range function.class -
Uses of BinaryExpression in io.pebbletemplates.pebble.operator
Fields in io.pebbletemplates.pebble.operator with type parameters of type BinaryExpressionModifier and TypeFieldDescriptionprivate final Supplier<? extends BinaryExpression<?>> BinaryOperatorImpl.nodeSupplierMethods in io.pebbletemplates.pebble.operator that return BinaryExpressionModifier and TypeMethodDescriptionBinaryOperator.createInstance()BinaryOperatorImpl.createInstance()Method parameters in io.pebbletemplates.pebble.operator with type arguments of type BinaryExpressionModifier and TypeMethodDescriptionprivate static BinaryOperatorTypeBinaryOperatorImpl.getDefaultType(Class<? extends BinaryExpression<?>> nodeClass) Constructor parameters in io.pebbletemplates.pebble.operator with type arguments of type BinaryExpressionModifierConstructorDescriptionBinaryOperatorImpl(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