Uses of Class
io.pebbletemplates.pebble.lexer.Syntax
-
Packages that use Syntax Package Description io.pebbletemplates.pebble io.pebbletemplates.pebble.lexer -
-
Uses of Syntax in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble declared as Syntax Modifier and Type Field Description private Syntax
PebbleEngine.Builder. syntax
private Syntax
PebbleEngine. syntax
Methods in io.pebbletemplates.pebble that return Syntax Modifier and Type Method Description Syntax
PebbleEngine. getSyntax()
Returns the syntax which is used by this PebbleEngine.Methods in io.pebbletemplates.pebble with parameters of type Syntax Modifier and Type Method Description PebbleEngine.Builder
PebbleEngine.Builder. syntax(Syntax syntax)
Sets the syntax to be used.Constructors in io.pebbletemplates.pebble with parameters of type Syntax Constructor Description PebbleEngine(Loader<?> loader, Syntax syntax, boolean strictVariables, java.util.Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey,java.lang.Object> tagCache, PebbleCache<java.lang.Object,PebbleTemplate> templateCache, java.util.concurrent.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 Syntax Modifier and Type Field Description private Syntax
LexerImpl. syntax
SyntaxMethods in io.pebbletemplates.pebble.lexer that return Syntax Modifier and Type Method Description Syntax
Syntax.Builder. build()
Constructors in io.pebbletemplates.pebble.lexer with parameters of type Syntax Constructor Description LexerImpl(Syntax syntax, java.util.Collection<UnaryOperator> unaryOperators, java.util.Collection<BinaryOperator> binaryOperators)
Constructor
-