| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateNodeBuilder.DeclInfo.Type |
TemplateNodeBuilder.DeclInfo.type() |
static TemplateNodeBuilder.DeclInfo.Type |
TemplateNodeBuilder.DeclInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateNodeBuilder.DeclInfo.Type[] |
TemplateNodeBuilder.DeclInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TemplateNodeBuilder.DeclInfo(TemplateNodeBuilder.DeclInfo.Type type,
TemplateNodeBuilder.DeclInfo.OptionalStatus optionalStatus,
String name,
String paramTypeExpr,
String soyDoc,
SourceLocation sourceLocation) |