Uses of Class
io.pebbletemplates.pebble.lexer.Syntax
Packages that use Syntax
-
Uses of Syntax in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as SyntaxModifier and TypeFieldDescriptionprivate Syntax
PebbleEngine.Builder.syntax
private final Syntax
PebbleEngine.syntax
Methods in io.pebbletemplates.pebble that return SyntaxModifier and TypeMethodDescriptionPebbleEngine.getSyntax()
Returns the syntax which is used by this PebbleEngine.Methods in io.pebbletemplates.pebble with parameters of type SyntaxModifier and TypeMethodDescriptionSets the syntax to be used.Constructors in io.pebbletemplates.pebble with parameters of type SyntaxModifierConstructorDescriptionprivate
PebbleEngine
(Loader<?> loader, Syntax syntax, boolean strictVariables, Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey, Object> tagCache, PebbleCache<Object, PebbleTemplate> templateCache, ExecutorService executorService, ExtensionRegistry extensionRegistry, ParserOptions parserOptions, EvaluationOptions evaluationOptions) Constructor for the Pebble Engine given an instantiated Loader. -
Uses of Syntax in io.pebbletemplates.pebble.lexer
Fields in io.pebbletemplates.pebble.lexer declared as SyntaxMethods in io.pebbletemplates.pebble.lexer that return SyntaxConstructors in io.pebbletemplates.pebble.lexer with parameters of type SyntaxModifierConstructorDescriptionLexerImpl
(Syntax syntax, Collection<UnaryOperator> unaryOperators, Collection<BinaryOperator> binaryOperators) Constructor