|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawa.lang.Syntax
gnu.commonlisp.lang.defvar
public class defvar
| Constructor Summary | |
|---|---|
defvar(boolean force)
|
|
| 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 |
| Constructor Detail |
|---|
public defvar(boolean force)
| 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 | ||||||||