Serializablepublic class NoViableAltException extends RecognitionException
| Modifier and Type | Field | Description |
|---|---|---|
int |
decisionNumber |
|
String |
grammarDecisionDescription |
|
int |
stateNumber |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token| Constructor | Description |
|---|---|
NoViableAltException() |
Used for remote debugger deserialization
|
NoViableAltException(String grammarDecisionDescription,
int decisionNumber,
int stateNumber,
IntStream input) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitextractInformationFromTreeNodeStream, getUnexpectedTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String grammarDecisionDescription
public int decisionNumber
public int stateNumber
Copyright © 1992–2018 ANTLR. All rights reserved.