Uses of Class
jellyj.classfile.javaclass.LocalVariable

Packages that use LocalVariable
jellyj.classfile.classgen 
jellyj.classfile.javaclass 

Uses of LocalVariable in jellyj.classfile.classgen
 

Methods in jellyj.classfile.classgen that return LocalVariable
LocalVariableLocalVariableGen.getLocalVariable(InstructionList il, ConstantPoolGen cp)
          Get LocalVariable object.
 

Uses of LocalVariable in jellyj.classfile.javaclass
 

Constructors in jellyj.classfile.javaclass with parameters of type LocalVariable
LocalVariable.LocalVariable(LocalVariable c)
          Initialize from another object.
LocalVariableTable.LocalVariableTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool)
          
 

Methods in jellyj.classfile.javaclass that return LocalVariable
final LocalVariable[]LocalVariableTable.getLocalVariableTable()
          
 

Methods in jellyj.classfile.javaclass with parameters of type LocalVariable
final voidLocalVariableTable.setLocalVariableTable(LocalVariable[] local_variable_table)
          
voidVisitor.visitLocalVariable(LocalVariable obj)