| Interface | Description |
|---|---|
| Block | |
| EvaluationContext |
Created by mitchell on 2016-11-13.
|
| Macro | |
| PebbleTemplate |
A template object constructed by an instance of
PebbleEngine. |
| Class | Description |
|---|---|
| EvaluationContextImpl |
An evaluation context will store all stateful data that is necessary for the evaluation of a
template.
|
| EvaluationOptions |
Evaluation options.
|
| GlobalContext | |
| Hierarchy |
A data structure that represents the entire inheritance hierarchy of the current template and
tracks which level in the hierarchy we are currently evaluating.
|
| MacroAttributeProvider | |
| PebbleTemplateImpl |
The actual implementation of a PebbleTemplate
|
| Scope |
A scope is a map of variables.
|
| ScopeChain |
A stack data structure used to represent the scope of variables that are currently accessible.
|
Copyright © 2020. All rights reserved.