Serializable
MissingTokenException
, UnwantedTokenException
public class MismatchedTokenException extends RecognitionException
Modifier and Type | Field | Description |
---|---|---|
int |
expecting |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor | Description |
---|---|
MismatchedTokenException() |
Used for remote debugger deserialization
|
MismatchedTokenException(int expecting,
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 MismatchedTokenException()
public MismatchedTokenException(int expecting, IntStream input)
Copyright © 1992–2018 ANTLR. All rights reserved.