Package | Description |
---|---|
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
com.google.auto.value.processor.escapevelocity |
Class and Description |
---|
Template
A template expressed in EscapeVelocity, a subset of the Velocity Template Language (VTL) from
Apache.
|
Class and Description |
---|
DirectiveNode
A node in the parse tree that is a directive such as
#set ($x = $y)
or #if ($x) y #end . |
DirectiveNode.MacroCallNode
A node in the parse tree representing a macro call.
|
EvaluationContext
The context of a template evaluation.
|
EvaluationException
An exception that occurred while evaluating a template, such as an undefined variable reference
or a division by zero.
|
ExpressionNode
A node in the parse tree representing an expression.
|
Macro
A macro definition.
|
Node
A node in the parse tree.
|
ParseException
An exception that occurred while parsing a template.
|
Parser.Operator |
ReferenceNode
A node in the parse tree that is a reference.
|
Template
A template expressed in EscapeVelocity, a subset of the Velocity Template Language (VTL) from
Apache.
|
TokenNode
A parsing node that will be deleted during the construction of the parse tree, to be replaced
by a higher-level construct such as
DirectiveNode.IfNode . |
TokenNode.ForEachTokenNode |
TokenNode.IfOrElseIfTokenNode |
TokenNode.MacroDefinitionTokenNode |