Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Field and Description |
---|---|
Java.LocalVariableSlot |
Java.LocalVariable.slot
The slot reserved for this local variable.
|
Modifier and Type | Method and Description |
---|---|
Java.LocalVariableSlot |
CodeContext.allocateLocalVariable(short size,
String name,
IClass type)
Allocate space for a local variable of the given size (1 or 2)
on the local variable array.
|
Modifier and Type | Method and Description |
---|---|
List<Java.LocalVariableSlot> |
CodeContext.getAllLocalVars() |
List<Java.LocalVariableSlot> |
CodeContext.saveLocalVariables()
Remembers the current size of the local variables array.
|
Modifier and Type | Method and Description |
---|---|
void |
Java.LocalVariable.setSlot(Java.LocalVariableSlot slot) |
Copyright © 2001–2016. All rights reserved.