| Package | Description |
|---|---|
| com.mitchellbosecke.pebble.lexer | |
| com.mitchellbosecke.pebble.parser | |
| com.mitchellbosecke.pebble.template |
| Constructor and Description |
|---|
LexerImpl(PebbleEngine engine)
Constructor
|
| Constructor and Description |
|---|
ParserImpl(PebbleEngine engine)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected PebbleEngine |
PebbleTemplateImpl.engine
A template has to store a reference to the main engine so that it can
compile other templates when using the "import" or "include" tags.
|
| Constructor and Description |
|---|
PebbleTemplateImpl(PebbleEngine engine,
RootNode root,
String name) |
Copyright © 2015. All rights reserved.