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