org.antlr.runtime
public class MismatchedTokenException extends RecognitionException
Modifier and Type | Field and Description |
---|---|
int |
expecting |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor and Description |
---|
MismatchedTokenException()
Used for remote debugger deserialization
|
MismatchedTokenException(int expecting,
IntStream input) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedType
public MismatchedTokenException()
public MismatchedTokenException(int expecting, IntStream input)
Copyright © 2014. All Rights Reserved.