Class MismatchedTreeNodeException

All Implemented Interfaces:
Serializable

public class MismatchedTreeNodeException extends RecognitionException
See Also:
  • Field Details

    • expecting

      public int expecting
  • Constructor Details

    • MismatchedTreeNodeException

      public MismatchedTreeNodeException()
    • MismatchedTreeNodeException

      public MismatchedTreeNodeException(int expecting, TreeNodeStream input)
  • Method Details