@Immutable public final class SoyDocParam extends TemplateParam
Important: Do not use outside of Soy code (treat as superpackage-private).
TemplateParam.DeclLocVarDefn.Kindtype| Constructor and Description |
|---|
SoyDocParam(String name,
boolean isRequired,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
SoyDocParam |
clone() |
SoyDocParam |
cloneEssential() |
TemplateParam.DeclLoc |
declLoc()
Returns the location of the parameter declaration.
|
boolean |
equals(Object o) |
int |
hashCode() |
SoyType |
type()
Returns the data type of this variable.
|
abstractEquals, abstractHashCode, desc, isInjected, isRequired, kindlocalVariableIndex, name, setLocalVariableIndexpublic TemplateParam.DeclLoc declLoc()
TemplateParamdeclLoc in class TemplateParampublic SoyType type()
VarDefntype in interface VarDefntype in class AbstractVarDefnpublic SoyDocParam cloneEssential()
cloneEssential in class TemplateParampublic boolean equals(Object o)
equals in class TemplateParampublic int hashCode()
hashCode in class TemplateParampublic SoyDocParam clone()
clone in class AbstractVarDefn