kawa.standard

Class module_name

Implemented Interfaces:
Named, Printable

public class module_name
extends Syntax

Field Summary

static module_name
module_name

Method Summary

void
scanForm(Pair form, ScopeExp defs, Translator tr)

Methods inherited from class kawa.lang.Syntax

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

Field Details

module_name

public static final module_name module_name

Method Details

scanForm

public void scanForm(Pair form,
                     ScopeExp defs,
                     Translator tr)
Overrides:
scanForm in interface Syntax