kawa.standard
Class syntax_error
- Named, Printable
public class syntax_error
Implements the Kawa extension "%syntax-error".
Prints out its arguments in an error message.
error
public static Expression error(Object form,
Object[] message)
rewrite
public Expression rewrite(Object obj,
Translator tr)
Re-write an expression that is an "application" of this Syntax object.
- rewrite in interface Syntax
obj
- the arguments to this "application" (i.e. the cdr of
the macro/builtin invokation)tr
- the Translator that provides context
- the re-written expression