public static final class CallParamContentNode.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
commandText |
protected int |
id |
protected SourceLocation |
sourceLocation |
| Constructor and Description |
|---|
CallParamContentNode.Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
CallParamContentNode |
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 CallParamContentNode.Builder(int id,
String commandText,
SourceLocation sourceLocation)
public CallParamContentNode build(SoyParsingContext context)
protected CallParamNode.CommandTextParseResult parseCommandTextHelper(SoyParsingContext context)