Uses of Interface
io.pebbletemplates.pebble.operator.BinaryOperator
Packages that use BinaryOperator
Package
Description
-
Uses of BinaryOperator in io.pebbletemplates.pebble.extension
Fields in io.pebbletemplates.pebble.extension with type parameters of type BinaryOperatorModifier and TypeFieldDescriptionprivate final Map
<String, BinaryOperator> ExtensionRegistry.binaryOperators
Binary operators used during the lexing phase.Methods in io.pebbletemplates.pebble.extension that return types with arguments of type BinaryOperatorModifier and TypeMethodDescriptionAbstractExtension.getBinaryOperators()
Extension.getBinaryOperators()
Use this method to provide custom binary operators.ExtensionCustomizer.getBinaryOperators()
ExtensionRegistry.getBinaryOperators()
-
Uses of BinaryOperator in io.pebbletemplates.pebble.extension.core
Methods in io.pebbletemplates.pebble.extension.core that return types with arguments of type BinaryOperator -
Uses of BinaryOperator in io.pebbletemplates.pebble.lexer
Fields in io.pebbletemplates.pebble.lexer with type parameters of type BinaryOperatorModifier and TypeFieldDescriptionprivate final Collection
<BinaryOperator> LexerImpl.binaryOperators
Binary operators -
Uses of BinaryOperator in io.pebbletemplates.pebble.operator
Classes in io.pebbletemplates.pebble.operator that implement BinaryOperator -
Uses of BinaryOperator in io.pebbletemplates.pebble.parser
Fields in io.pebbletemplates.pebble.parser with type parameters of type BinaryOperatorModifier and TypeFieldDescriptionprivate Map
<String, BinaryOperator> ExpressionParser.binaryOperators
private final Map
<String, BinaryOperator> ParserImpl.binaryOperators
Binary operatorsConstructor parameters in io.pebbletemplates.pebble.parser with type arguments of type BinaryOperatorModifierConstructorDescriptionExpressionParser
(Parser parser, Map<String, BinaryOperator> binaryOperators, Map<String, UnaryOperator> unaryOperators, ParserOptions parserOptions) Constructor