| Package | Description |
|---|---|
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.soytree.defn |
Nodes for representing various kinds of variable and parameter definitions.
|
| Modifier and Type | Method and Description |
|---|---|
VarDefn.Kind |
VarDefn.kind()
What kind of variable this is (param, local var, etc).
|
static VarDefn.Kind |
VarDefn.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VarDefn.Kind[] |
VarDefn.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VarDefn.Kind |
UndeclaredVar.kind() |
VarDefn.Kind |
TemplateParam.kind() |
VarDefn.Kind |
LoopVar.kind() |
VarDefn.Kind |
LocalVar.kind() |
VarDefn.Kind |
InjectedParam.kind() |