Class ParserException.UnexpectedEOFException

    • Field Detail

      • stateComment

        public final String stateComment
      • expectedTokenTypes

        public final List<String> expectedTokenTypes
    • Constructor Detail

      • UnexpectedEOFException

        public UnexpectedEOFException​(Token receivedToken,
                                      List<String> expectedTokenTypes,
                                      String stateComment)