| Constructor and Description |
|---|
Builder(int id,
String commandText,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
XidNode |
build(ErrorReporter errorReporter)
Builds a new
XidNode from the builder's state. |
public static final XidNode ERROR
public 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 XidNode build(ErrorReporter errorReporter)