public class MissingTokenException extends MismatchedTokenException
| Modifier and Type | Field and Description |
|---|---|
Object |
inserted |
expectingapproximateLineInfo, 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, getUnexpectedTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic Object inserted
public MissingTokenException()
public int getMissingType()
public String toString()
toString in class MismatchedTokenExceptionCopyright © 1992-2013 ANTLR. All Rights Reserved.