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 |
---|---|
java.lang.String |
toString() |
extractInformationFromTreeNodeStream, getUnexpectedType
public MismatchedTreeNodeException()
public MismatchedTreeNodeException(int expecting, TreeNodeStream input)
Copyright © 2013. All Rights Reserved.