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

Packages that use MethodGen
org.apache.bcel.generic   
org.apache.bcel.verifier.structurals   
 

Uses of MethodGen in org.apache.bcel.generic
 

Methods in org.apache.bcel.generic that return MethodGen
 MethodGen MethodGen.copy(java.lang.String class_name, ConstantPoolGen cp)
           
 

Methods in org.apache.bcel.generic with parameters of type MethodGen
 void MethodObserver.notify(MethodGen method)
           
 int ConstantPoolGen.lookupMethodref(MethodGen method)
           
 int ConstantPoolGen.addMethodref(MethodGen method)
           
 int ConstantPoolGen.lookupInterfaceMethodref(MethodGen method)
           
 int ConstantPoolGen.addInterfaceMethodref(MethodGen method)
           
 

Uses of MethodGen in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals with parameters of type MethodGen
 void InstConstraintVisitor.setMethodGen(MethodGen mg)
          Sets the MethodGen instance needed for constraint checking prior to execution.
 

Constructors in org.apache.bcel.verifier.structurals with parameters of type MethodGen
Subroutines(MethodGen mg)
          Constructor.
ExceptionHandlers(MethodGen mg)
          Constructor.
ControlFlowGraph(MethodGen method_gen)
          A Control Flow Graph.