|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.Rewriter
public class Rewriter
Add-on SWANS-specific JiST rewriter module.
Nested Class Summary | |
---|---|
static class |
Rewriter.ModifyTypeTraversal
Class traversal that substitutes types in all the common places. |
Field Summary | |
---|---|
protected jist.swans.Rewriter.ModifyTypeInfo[] |
typeModifications
|
Constructor Summary | |
---|---|
Rewriter()
|
Method Summary | |
---|---|
static boolean |
isIgnored(java.lang.String classname)
Whether class is ignored by SWANS rewriter. |
org.apache.bcel.classfile.JavaClass |
process(org.apache.bcel.classfile.JavaClass jcl)
Perform rewriter pass of BCEL JavaClass object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected jist.swans.Rewriter.ModifyTypeInfo[] typeModifications
Constructor Detail |
---|
public Rewriter()
Method Detail |
---|
public org.apache.bcel.classfile.JavaClass process(org.apache.bcel.classfile.JavaClass jcl) throws java.lang.ClassNotFoundException
process
in interface JistAPI.CustomRewriter
jcl
- BCEL JavaClass object to rewrite
java.lang.ClassNotFoundException
public static boolean isIgnored(java.lang.String classname)
classname
- qualified name of class to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |