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