Serializable
public class MissingTokenException extends MismatchedTokenException
Modifier and Type | Field | Description |
---|---|---|
Object |
inserted |
expecting
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor | Description |
---|---|
MissingTokenException() |
Used for remote debugger deserialization
|
MissingTokenException(int expecting,
IntStream input,
Object inserted) |
Modifier and Type | Method | Description |
---|---|---|
int |
getMissingType() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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–2018 ANTLR. All rights reserved.