public class MissingTokenException extends MismatchedTokenException
Modifier and Type | Field and Description |
---|---|
Object |
inserted |
expecting
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor and Description |
---|
MissingTokenException()
Used for remote debugger deserialization
|
MissingTokenException(int expecting,
IntStream input,
Object inserted) |
Modifier and Type | Method and Description |
---|---|
int |
getMissingType() |
String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public Object inserted
public MissingTokenException()
public int getMissingType()
public String toString()
toString
in class MismatchedTokenException
Copyright © 1992–2015 ANTLR. All rights reserved.