kawa.standard
Class location
- Named, Printable
The Syntax transformer that re-writes the Kawa "location" primitive.
location
public static final location location
makeProcLocation$V
public static Location makeProcLocation$V(Procedure proc,
Object[] args)
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