kawa.standard
Class set_b

java.lang.Object
  extended by kawa.lang.Syntax
      extended by kawa.standard.set_b
All Implemented Interfaces:
Named, Printable

public class set_b
extends Syntax

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


Field Summary
static set_b set
           
 
Constructor Summary
set_b()
           
 
Method Summary
 Expression rewriteForm(Pair form, Translator tr)
           
 
Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewrite, rewriteForm, scanForDefinitions, scanForm, setName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

public static final set_b set
Constructor Detail

set_b

public set_b()
Method Detail

rewriteForm

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