Uses of Interface
jfun.parsec.ParseError

Packages that use ParseError
jfun.parsec Provides classes and interfaces for parser combinator logic and basic parsers. 
 

Uses of ParseError in jfun.parsec
 

Methods in jfun.parsec that return ParseError
 ParseError ParserException.getError()
          Get the ParseError object.
 

Constructors in jfun.parsec with parameters of type ParseError
ParserException(ParseError err, java.lang.String mname, Pos pos)
          Create a ParserException object.
ParserException(java.lang.String message, ParseError err, java.lang.String mname, Pos pos)
          Create a ParserException object.
ParserException(java.lang.String message, java.lang.Throwable cause, ParseError err, java.lang.String mname, Pos pos)
           
ParserException(java.lang.Throwable cause, ParseError err, java.lang.String mname, Pos pos)