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