Uses of Class
org.biojava.utils.bytecode.LocalVariable
- 
Packages that use LocalVariable Package Description org.biojava.utils.bytecode A Java object-model for a Java Bytecode Macro-Assembler.
- 
- 
Uses of LocalVariable in org.biojava.utils.bytecodeMethods in org.biojava.utils.bytecode that return LocalVariable Modifier and Type Method Description LocalVariableGeneratedCodeMethod. getThis()Gets the This attribute of the GeneratedCodeMethod objectLocalVariableGeneratedCodeMethod. getVariable(int pos)Gets the Variable attribute of the GeneratedCodeMethod object.LocalVariableGeneratedCodeMethod. getVariable(String argName)Gets the Variable attribute of the GenerateCodeMethod object by name.Methods in org.biojava.utils.bytecode with parameters of type LocalVariable Modifier and Type Method Description static InstructionByteCode. make_aload(LocalVariable lv)static InstructionByteCode. make_astore(LocalVariable lv)static InstructionByteCode. make_dload(LocalVariable lv)static InstructionByteCode. make_dstore(LocalVariable lv)static InstructionByteCode. make_fload(LocalVariable lv)static InstructionByteCode. make_fstore(LocalVariable lv)static InstructionByteCode. make_iload(LocalVariable lv)static InstructionByteCode. make_istore(LocalVariable lv)static InstructionByteCode. make_lload(LocalVariable lv)ParametricCodeGeneratorByteCode. make_load(ParametricType type, LocalVariable lv)Load an item of a parametric type from a local variable.static InstructionByteCode. make_lstore(LocalVariable lv)ParametricCodeGeneratorByteCode. make_save(ParametricType type, LocalVariable lv)Store an item of a parametric type to a local variable.static CodeGeneratorByteCode. make_synchronizedBlock(LocalVariable lockVar, CodeGenerator code)Synchronize the processing of an entire block of code on a local variable.intCodeContext. resolveLocal(LocalVariable lv)Resolve a local variable to the local variable slot assigned to it.
 
-