kawa.standard

Class set_b

Implemented Interfaces:
Named, Printable

public class set_b
extends Syntax
implements Printable

The Syntax transformer that re-writes the Scheme "set!" primitive.

Field Summary

static set_b
set

Method Summary

Expression
rewriteForm(Pair form, Translator tr)

Methods inherited from class kawa.lang.Syntax

getName, getSymbol, print, rewrite, rewriteForm, rewriteForm, scanForDefinitions, scanForm, setName, setName

Field Details

set

public static final set_b set

Method Details

rewriteForm

public Expression rewriteForm(Pair form,
                              Translator tr)
Overrides:
rewriteForm in interface Syntax