|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseError | |
|---|---|
| xtc.parser | |
| Uses of ParseError in xtc.parser |
|---|
| Fields in xtc.parser declared as ParseError | |
|---|---|
static ParseError |
ParseError.DUMMY
The dummy parse error. |
ParseError |
SemanticValue.error
The embedded parse error. |
| Methods in xtc.parser that return ParseError | |
|---|---|
abstract ParseError |
Result.parseError()
Get the parse error for this result. |
ParseError |
SemanticValue.parseError()
|
ParseError |
ParseError.parseError()
|
abstract ParseError |
Result.select(ParseError error)
Select the more specific parse error. |
ParseError |
SemanticValue.select(ParseError error)
|
ParseError |
ParseError.select(ParseError other)
|
abstract ParseError |
Result.select(ParseError error,
int index)
Select the more specific parse error. |
ParseError |
SemanticValue.select(ParseError error,
int index)
|
ParseError |
ParseError.select(ParseError other,
int index)
|
ParseError |
ParseError.select(java.lang.String msg,
int index)
Select the more specific parse error. |
| Methods in xtc.parser with parameters of type ParseError | |
|---|---|
abstract SemanticValue |
Result.createValue(java.lang.Object value,
ParseError error)
Create a semantic value based on this result. |
SemanticValue |
SemanticValue.createValue(java.lang.Object value,
ParseError error)
|
SemanticValue |
ParseError.createValue(java.lang.Object value,
ParseError error)
|
java.lang.String |
ParserBase.format(ParseError error)
Format the specified parse error. |
abstract ParseError |
Result.select(ParseError error)
Select the more specific parse error. |
ParseError |
SemanticValue.select(ParseError error)
|
ParseError |
ParseError.select(ParseError other)
|
abstract ParseError |
Result.select(ParseError error,
int index)
Select the more specific parse error. |
ParseError |
SemanticValue.select(ParseError error,
int index)
|
ParseError |
ParseError.select(ParseError other,
int index)
|
void |
ParserBase.signal(ParseError error)
Signal the specified parse error as a parse exception. |
| Constructors in xtc.parser with parameters of type ParseError | |
|---|---|
SemanticValue(java.lang.Object value,
int index,
ParseError error)
Create a new semantic value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||