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 ErrorExpExpExpVisitor. error(char severity, String message, SourceLocator location)Report an error.ErrorExpExpExpVisitor. error(String msg)Report an error.ErrorExpCompilation. syntaxError(String message)Handle syntax errors (at rewrite time).
-