| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.lexer |
| Modifier and Type | Method and Description |
|---|---|
Syntax |
PebbleEngine.getSyntax()
Returns the syntax which is used by this PebbleEngine.
|
| Modifier and Type | Method and Description |
|---|---|
PebbleEngine.Builder |
PebbleEngine.Builder.syntax(Syntax syntax)
Sets the syntax to be used.
|
| Modifier and Type | Method and Description |
|---|---|
Syntax |
Syntax.Builder.build() |
| Constructor and Description |
|---|
LexerImpl(Syntax syntax,
Collection<UnaryOperator> unaryOperators,
Collection<BinaryOperator> binaryOperators)
Constructor
|
Copyright © 2018. All rights reserved.