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