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.unaryOperatorsUnary 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.unaryOperatorsUnary 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.unaryOperatorsprivate final Map<String, UnaryOperator> ParserImpl.unaryOperatorsUnary 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