|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.Rewriter.ModifyTypeInfo
private static class Rewriter.ModifyTypeInfo
Used by ModifyTypeTraversal to guide modification.
Field Summary | |
---|---|
boolean |
addJistPostInit
whether to add a postinit call after constructor. |
java.lang.String |
newName
name of replacement type. |
org.apache.bcel.generic.Type |
newType
replacement type. |
java.lang.String |
oldName
name of type to replace. |
org.apache.bcel.generic.Type |
oldType
type to replace. |
Constructor Summary | |
---|---|
Rewriter.ModifyTypeInfo(java.lang.String oldName,
java.lang.String newName,
boolean addJistPostInit)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String oldName
public org.apache.bcel.generic.Type oldType
public java.lang.String newName
public org.apache.bcel.generic.Type newType
public boolean addJistPostInit
Constructor Detail |
---|
public Rewriter.ModifyTypeInfo(java.lang.String oldName, java.lang.String newName, boolean addJistPostInit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |