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