gnu.jemacs.lang
Class While

java.lang.Object
  extended by kawa.lang.Syntax
      extended by gnu.jemacs.lang.While
All Implemented Interfaces:
Named, Printable

public class While
extends Syntax

Implement the ELisp `while' syntax form.


Constructor Summary
While()
           
 
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
 

Constructor Detail

While

public While()
Method Detail

rewriteForm

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