Serializable
public 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, wait
extractInformationFromTreeNodeStream, getUnexpectedType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public String grammarDecisionDescription
public int decisionNumber
public int stateNumber
Copyright © 1992–2018 ANTLR. All rights reserved.