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 |
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 |
---|---|
void |
Java.LocalVariable.setSlot(Java.LocalVariableSlot slot) |
Copyright © 2001–2016. All rights reserved.