Uses of Class
org.biojava.utils.bytecode.LocalVariable
-
Uses of LocalVariable in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return LocalVariableModifier and TypeMethodDescriptionGeneratedCodeMethod.getThis()Gets the This attribute of the GeneratedCodeMethod objectGeneratedCodeMethod.getVariable(int pos) Gets the Variable attribute of the GeneratedCodeMethod object.GeneratedCodeMethod.getVariable(String argName) Gets the Variable attribute of the GenerateCodeMethod object by name.Methods in org.biojava.utils.bytecode with parameters of type LocalVariableModifier and TypeMethodDescriptionstatic 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) ByteCode.make_load(ParametricType type, LocalVariable lv) Load an item of a parametric type from a local variable.static InstructionByteCode.make_lstore(LocalVariable lv) ByteCode.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.