- Unary<T> - Interface in jfun.parsec
-
This interface represents a unary operation on the same type.
- unexpected(String) - Static method in class jfun.parsec.Parsers
-
Reports an unexpected error.
- unexpected(String, String) - Static method in class jfun.parsec.Parsers
-
Reports an unexpected error.
- UserException - Exception in jfun.parsec
-
User code can throw this exception
when a non-recoverable error is encountered.
- UserException(String) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.
- UserException(String, Throwable) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.
- UserException(int) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.
- UserException(int, String) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.
- UserException(int, String, Throwable) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.
- UserException(int, Throwable) - Constructor for exception jfun.parsec.UserException
-
Create a UserException object.