Uses of Class org.apache.bcel.generic.LocalVariableGen

Uses in package org.apache.bcel.generic

Methods with parameter type org.apache.bcel.generic.LocalVariableGen

void
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.
void
MethodGen.sort(LocalVariableGen[] vars, int l, int r)
Sort local variables by index

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[]