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