|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.runtime.RewriterFlow
public final class RewriterFlow
Perform data flow analysis.
| Nested Class Summary | |
|---|---|
static class |
RewriterFlow.FlowInfoMap
An accessor class to conveniently query data flow information. |
| Constructor Summary | |
|---|---|
RewriterFlow()
Create new rewriter data flow analysis object. |
|
| Method Summary | |
|---|---|
RewriterFlow.FlowInfoMap |
doFlow(org.apache.bcel.generic.ClassGen cg,
org.apache.bcel.generic.MethodGen mg)
Perform data flow analysis to determine the frame at each execution point in the method. |
static void |
main(java.lang.String[] args)
Small utility program to dump the methods of a given class file with flow information between every instruction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RewriterFlow()
| Method Detail |
|---|
public RewriterFlow.FlowInfoMap doFlow(org.apache.bcel.generic.ClassGen cg,
org.apache.bcel.generic.MethodGen mg)
cg - BCEL class objectmg - BCEL method object
public static void main(java.lang.String[] args)
args - list of filenames to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||