kawa.standard
Class module_name

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

public class module_name
extends Syntax


Field Summary
static module_name module_name
           
 
Constructor Summary
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, setName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module_name

public static final module_name module_name
Constructor Detail

module_name

public module_name()
Method Detail

scanForm

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