public class MismatchedTreeNodeException extends RecognitionException
Modifier and Type | Field and Description |
---|---|
int |
expecting |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor and Description |
---|
MismatchedTreeNodeException() |
MismatchedTreeNodeException(int expecting,
TreeNodeStream input) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MismatchedTreeNodeException()
public MismatchedTreeNodeException(int expecting, TreeNodeStream input)
Copyright © 1992–2015 ANTLR. All rights reserved.