Uses of Class
org.aspectj.apache.bcel.generic.LocalVariableGen
Packages that use LocalVariableGen
-
Uses of LocalVariableGen in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return LocalVariableGenModifier and TypeMethodDescriptionMethodGen.addLocalVariable(String name, Type type, int slot, InstructionHandle start, InstructionHandle end)
MethodGen.addLocalVariable(String name, Type type, InstructionHandle start, InstructionHandle end)
Adds a local variable to this method and assigns an index automatically.MethodGen.getLocalVariables()
Methods in org.aspectj.apache.bcel.generic with parameters of type LocalVariableGenModifier and TypeMethodDescriptionvoid
InstructionList.redirectLocalVariables(LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target)
Redirect all references of local variables from old_target to new_target.void
MethodGen.removeLocalVariable(LocalVariableGen l)
Remove a local variable, its slot will not be reused, if you do not use addLocalVariable with an explicit index argument.