|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodGen | |
|---|---|
| org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. |
| org.apache.bcel.util | This package contains utility classes for the Byte Code Engineering Library, namely: |
| org.apache.bcel.verifier.structurals | Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. |
| 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 | |
|---|---|
int |
ConstantPoolGen.addInterfaceMethodref(MethodGen method)
|
int |
ConstantPoolGen.addMethodref(MethodGen method)
|
int |
ConstantPoolGen.lookupInterfaceMethodref(MethodGen method)
|
int |
ConstantPoolGen.lookupMethodref(MethodGen method)
|
void |
MethodObserver.notify(MethodGen method)
|
| Uses of MethodGen in org.apache.bcel.util |
|---|
| Fields in org.apache.bcel.util declared as MethodGen | |
|---|---|
private MethodGen |
BCELFactory._mg
|
| Constructors in org.apache.bcel.util with parameters of type MethodGen | |
|---|---|
BCELFactory(MethodGen mg,
java.io.PrintWriter out)
|
|
| Uses of MethodGen in org.apache.bcel.verifier.structurals |
|---|
| Fields in org.apache.bcel.verifier.structurals declared as MethodGen | |
|---|---|
private MethodGen |
ControlFlowGraph.method_gen
The MethodGen object we're working on. |
private MethodGen |
InstConstraintVisitor.mg
The MethodGen we're working on. |
| 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 | |
|---|---|
ControlFlowGraph(MethodGen method_gen)
A Control Flow Graph. |
|
ExceptionHandlers(MethodGen mg)
Constructor. |
|
Subroutines(MethodGen mg)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||