public static final class CallParamValueNode.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
commandText |
protected int |
id |
protected SourceLocation |
sourceLocation |
| Constructor and Description |
|---|
CallParamValueNode.Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
CallParamValueNode |
build(SoyParsingContext context) |
protected CallParamNode.CommandTextParseResult |
parseCommandTextHelper(SoyParsingContext context)
Helper used by subclass builders to parse the command text.
|
protected final int id
protected final String commandText
protected final SourceLocation sourceLocation
public CallParamValueNode.Builder(int id,
String commandText,
SourceLocation sourceLocation)
public CallParamValueNode build(SoyParsingContext context)
protected CallParamNode.CommandTextParseResult parseCommandTextHelper(SoyParsingContext context)