| Package | Description |
|---|---|
| com.google.template.soy.soytree.defn |
Nodes for representing various kinds of variable and parameter definitions.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TemplateParam.DeclLoc |
TemplateParam.declLoc()
Returns the location of the parameter declaration.
|
TemplateParam.DeclLoc |
SoyDocParam.declLoc() |
TemplateParam.DeclLoc |
HeaderParam.declLoc() |
static TemplateParam.DeclLoc |
TemplateParam.DeclLoc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateParam.DeclLoc[] |
TemplateParam.DeclLoc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|