|
|||||||||
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 | |
---|---|
private static class |
Rewriter.ModifyTypeInfo
Used by ModifyTypeTraversal to guide modification. |
static class |
Rewriter.ModifyTypeTraversal
Class traversal that substitutes types in all the common places. |
Field Summary | |
---|---|
private static java.lang.String[] |
ignoredPackages
Class beginning with these strings are ignored. |
protected 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 |
---|
private static final java.lang.String[] ignoredPackages
protected 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 |