Frames | No Frames |
Methods with parameter type org.apache.bcel.generic.LocalVariableGen | |
void | InstructionList.redirectLocalVariables(LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target) Redirect all references of local variables from old_target to new_target. |
void | Remove a local variable, its slot will not be reused, if you do not use addLocalVariable
with an explicit index argument. |
Methods with return type org.apache.bcel.generic.LocalVariableGen | |
LocalVariableGen | MethodGen.addLocalVariable(String name, Type type, int slot, InstructionHandle start, InstructionHandle end) Adds a local variable to this method. |
LocalVariableGen | Adds a local variable to this method and assigns an index automatically. |
LocalVariableGen[] |