Uses of Class
org.aspectj.apache.bcel.generic.LocalVariableGen
-
Packages that use LocalVariableGen Package Description org.aspectj.apache.bcel.generic -
-
Uses of LocalVariableGen in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return LocalVariableGen Modifier and Type Method Description LocalVariableGenMethodGen. addLocalVariable(String name, Type type, int slot, InstructionHandle start, InstructionHandle end)LocalVariableGenMethodGen. addLocalVariable(String name, Type type, InstructionHandle start, InstructionHandle end)LocalVariableGen[]MethodGen. getLocalVariables()Methods in org.aspectj.apache.bcel.generic with parameters of type LocalVariableGen Modifier and Type Method Description voidInstructionList. redirectLocalVariables(LocalVariableGen[] lg, InstructionHandle old_target, InstructionHandle new_target)voidMethodGen. removeLocalVariable(LocalVariableGen l)
-