Uses of Class
gnu.expr.ErrorExp
-
Packages that use ErrorExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of ErrorExp in gnu.expr
Methods in gnu.expr that return ErrorExp Modifier and Type Method Description ErrorExp
ExpExpVisitor. error(char severity, String message, SourceLocator location)
Report an error.ErrorExp
ExpExpVisitor. error(String msg)
Report an error.ErrorExp
Compilation. syntaxError(String message)
Handle syntax errors (at rewrite time).
-