Uses of Package
com.google.auto.value.processor.escapevelocity
Packages that use com.google.auto.value.processor.escapevelocity
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Classes in com.google.auto.value.processor.escapevelocity used by com.google.auto.value.processorClassDescriptionA template expressed in EscapeVelocity, a subset of the Velocity Template Language (VTL) from Apache.
-
Classes in com.google.auto.value.processor.escapevelocity used by com.google.auto.value.processor.escapevelocityClassDescriptionA node in the parse tree that is a directive such as
#set ($x = $y)
or#if ($x) y #end
.A node in the parse tree representing a macro call.The context of a template evaluation.An exception that occurred while evaluating a template, such as an undefined variable reference or a division by zero.A node in the parse tree representing an expression.A macro definition.A node in the parse tree.An exception that occurred while parsing a template.A node in the parse tree that is a reference.A template expressed in EscapeVelocity, a subset of the Velocity Template Language (VTL) from Apache.Used to resolve references to resources in the template, through#parse
directives.A parsing node that will be deleted during the construction of the parse tree, to be replaced by a higher-level construct such asDirectiveNode.IfNode
.