public static final class MsgSelectNode.Builder extends Object
MsgSelectNode.| Constructor and Description |
|---|
MsgSelectNode.Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
MsgSelectNode |
build(SoyParsingContext context)
Returns a new
MsgSelectNode built from this builder's state, reporting syntax errors
to the given ErrorReporter. |
public MsgSelectNode.Builder(int id,
String commandText,
SourceLocation sourceLocation)
id - The node's id.commandText - The node's command text.sourceLocation - The node's source location.public MsgSelectNode build(SoyParsingContext context)
MsgSelectNode built from this builder's state, reporting syntax errors
to the given ErrorReporter.