Interface | Description |
---|---|
OptimizerProvider |
This interface is used to provide Optimizer Switches to OptimizingTemplateFactory, some which may
need to be constructed each time it runs.
|
TemplateFactory |
Responsible for creating/retrieving an AST tree for a template with a given name.
|
Class | Description |
---|---|
ExpressionEvaluator |
Walks the tree of a PExpression node and evaluates the expression.
|
InterpretedMacro |
User defined macro that will be executed by the interpreter.
|
InterpretedTemplate |
Template implementation that uses the interpreter to render itself.
|
InterpretedTemplateLoader |
TemplateLoader that loads InterpretedTemplates.
|
LoadingTemplateFactory |
Loads a template from disk, and parses it into an AST.
|
OptimizingTemplateFactory |
Wraps a template factory with a series of optimization steps.
|
TemplateInterpreter |
Main JSilver interpreter.
|
VariableLocator |
Walks a PVariable node from the parse tree and returns a Data path name.
|
Copyright © 2010–2019 Google. All rights reserved.