| Interface | Description |
|---|---|
| EvalVisitor.EvalVisitorFactory |
Interface for a factory that creates an EvalVisitor.
|
| Class | Description |
|---|---|
| Environment |
The local variable table.
|
| EvalVisitor |
Visitor for evaluating the expression rooted at a given ExprNode.
|
| EvalVisitorFactoryImpl |
Default implementation of EvalVisitorFactory.
|
| RenderVisitor |
Visitor for rendering the template subtree rooted at a given SoyNode.
|
| TestingEnvironment |
An
Environment for testing expressions. |
| Exception | Description |
|---|---|
| RenderException |
Exception thrown when a rendering or evaluation attempt fails.
|