|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkawa.lang.Syntax
kawa.standard.module_compile_options
public class module_compile_options
| Field Summary | |
|---|---|
static module_compile_options |
module_compile_options
|
| Constructor Summary | |
|---|---|
module_compile_options()
|
|
| Method Summary | |
|---|---|
Expression |
rewriteForm(Pair form,
Translator tr)
|
boolean |
scanForDefinitions(Pair st,
java.util.Vector forms,
ScopeExp defs,
Translator tr)
Check if a statement is a definition, for initial pass. |
| Methods inherited from class kawa.lang.Syntax |
|---|
getName, getSymbol, print, rewrite, rewriteForm, scanForm, setName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final module_compile_options module_compile_options
| Constructor Detail |
|---|
public module_compile_options()
| Method Detail |
|---|
public boolean scanForDefinitions(Pair st,
java.util.Vector forms,
ScopeExp defs,
Translator tr)
Syntax
scanForDefinitions in class Syntaxst - the statement to checkforms - where to append the (possibly-modified) statementdefs - where to add Declarations for found definitionstr - the compilation state
public Expression rewriteForm(Pair form,
Translator tr)
rewriteForm in class Syntax
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||