Uses of Class
org.codehaus.janino.Java.LocalVariableSlot

Packages that use Java.LocalVariableSlot
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of Java.LocalVariableSlot in org.codehaus.janino
 

Fields in org.codehaus.janino declared as Java.LocalVariableSlot
 Java.LocalVariableSlot Java.LocalVariable.slot
           
 

Methods in org.codehaus.janino that return Java.LocalVariableSlot
 Java.LocalVariableSlot CodeContext.allocateLocalVariable(short size, java.lang.String name, IClass type)
          Allocate space for a local variable of the given size (1 or 2) on the local variable array.
 

Methods in org.codehaus.janino with parameters of type Java.LocalVariableSlot
 void Java.LocalVariable.setSlot(Java.LocalVariableSlot slot)
           
 



Copyright © 2001-2011. All Rights Reserved.