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.binaryOperatorsBinary 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.binaryOperatorsBinary 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.binaryOperatorsprivate final Map<String, BinaryOperator> ParserImpl.binaryOperatorsBinary 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