public class NoViableAltException extends RecognitionException
| Modifier and Type | Field and Description |
|---|---|
int |
decisionNumber |
String |
grammarDecisionDescription |
int |
stateNumber |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token| Constructor and Description |
|---|
NoViableAltException()
Used for remote debugger deserialization
|
NoViableAltException(String grammarDecisionDescription,
int decisionNumber,
int stateNumber,
IntStream input) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String grammarDecisionDescription
public int decisionNumber
public int stateNumber
Copyright © 1992-2013 ANTLR. All Rights Reserved.