gnu.jemacs.lang

Class While

Implemented Interfaces:
Named, Printable

public class While
extends Syntax
implements Printable

Implement the ELisp `while' syntax form.

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

Method Details

rewriteForm

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