|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Local | |
|---|---|
| com.sun.squawk.compiler | |
| Uses of Local in com.sun.squawk.compiler |
|---|
| Methods in com.sun.squawk.compiler that return Local | |
|---|---|
Local |
BaseCompiler.local(Type type)
Define a local variable type. |
Local |
InterpCompiler.local(Type type)
Define a local variable type. |
Local |
BaseCompiler.local(Type type,
int hint)
Define a local variable type. |
Local |
InterpCompiler.local(Type type,
int hint)
Define a local variable type. |
Local |
BaseCompiler.parm(Type type)
Define a parameter variable. |
Local |
InterpCompiler.parm(Type type)
Define a parameter variable. |
Local |
BaseCompiler.parm(Type type,
int hint)
Define a parameter variable. |
Local |
InterpCompiler.parm(Type type,
int hint)
Define a parameter variable. |
| Methods in com.sun.squawk.compiler with parameters of type Local | |
|---|---|
Compiler |
BaseCompiler.load(Local local)
Get a local variable or parameter and push it onto the stack. |
Compiler |
BaseCompiler.store(Local local)
Set a local variable or parameter to a value popped from the stack. |
Compiler |
InterpCompiler.store(Local local)
Set a local variable or parameter to a value popped from the stack. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||