public static final class MsgSelectCaseNode.Builder extends Object
MsgSelectCaseNode.| Constructor and Description |
|---|
MsgSelectCaseNode.Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
MsgSelectCaseNode |
build(SoyParsingContext context)
Returns a new
MsgSelectCaseNode built from the builder's state. |
public MsgSelectCaseNode.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 MsgSelectCaseNode build(SoyParsingContext context)
MsgSelectCaseNode built from the builder's state. If the builder's
state is invalid, errors are reported to the errorReporter and error()
is returned.