Serializable
public class MismatchedTreeNodeException extends RecognitionException
Modifier and Type | Field | Description |
---|---|---|
int |
expecting |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor | Description |
---|---|
MismatchedTreeNodeException() |
|
MismatchedTreeNodeException(int expecting,
TreeNodeStream input) |
Modifier and Type | Method | Description |
---|---|---|
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 MismatchedTreeNodeException()
public MismatchedTreeNodeException(int expecting, TreeNodeStream input)
Copyright © 1992–2018 ANTLR. All rights reserved.