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 |
---|---|
java.lang.String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedType
public MismatchedRangeException()
public MismatchedRangeException(int a, int b, IntStream input)
Copyright © 2013. All Rights Reserved.