|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalVariable | |
|---|---|
| jsint | The JScheme implementation. |
| Uses of LocalVariable in jsint |
|---|
| Methods in jsint that return LocalVariable | |
|---|---|
LocalVariable |
LexicalEnvironment.lookup(Symbol var)
|
LocalVariable |
LexicalEnvironment.lookup(Symbol var,
int up,
int in,
java.lang.Object vars)
Lookup the symbol in the environment. |
| Methods in jsint with parameters of type LocalVariable | |
|---|---|
java.lang.Object |
LexicalEnvironment.get(LocalVariable var)
Get the value of the LocalVariable in this LexicalEnvironment. |
java.lang.Object |
Environment.get(LocalVariable var)
Get the value of the LocalVariable in this Environment. |
java.lang.Object |
LexicalEnvironment.set(LocalVariable var,
java.lang.Object newVal)
Set the value of the LocalVariable in this LexicalEnvironment to a new value. |
java.lang.Object |
Environment.set(LocalVariable var,
java.lang.Object newVal)
Set the value of the LocalVariable in this Environment to a new value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||