|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jxcl.cl.CEGSpy
Dump the method's exception handler table before and after graph processing.
JXClassLoader.addMethodXformer(org.jxcl.cl.MethodXformer)| Constructor Summary | |
CEGSpy()
|
|
| Method Summary | |
java.lang.String |
getName()
Get the report name for method processor. |
void |
postGraph(org.apache.bcel.generic.ClassGen clazz,
org.apache.bcel.generic.MethodGen method)
Process method after graph generation and manipulation is complete. |
void |
preGraph(org.apache.bcel.generic.ClassGen clazz,
org.apache.bcel.generic.MethodGen method)
Apply processing to method before graph is generated. |
void |
setName(java.lang.String s)
Assign a name to the method processor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CEGSpy()
| Method Detail |
public void preGraph(org.apache.bcel.generic.ClassGen clazz,
org.apache.bcel.generic.MethodGen method)
preGraph in interface MethodXformer
public void postGraph(org.apache.bcel.generic.ClassGen clazz,
org.apache.bcel.generic.MethodGen method)
postGraph in interface MethodXformerpublic java.lang.String getName()
getName in interface MethodXformerpublic void setName(java.lang.String s)
setName in interface MethodXformer
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||