|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.transform.delegation.Klass
The AspectWerkz class concept.
Contains informations and data about the class being transformed.
Constructor Summary | |
Klass(String name,
byte[] bytecode,
ClassLoader loader)
Creates a new class. |
Method Summary | |
void |
flushJoinPointIndex()
Flushes the index count. |
byte[] |
getBytecode()
Returns the byte code for the class. |
javassist.CtClass |
getCtClass()
Returns the Javassist class gen for the class. |
javassist.CtClass |
getInitialCtClass()
Returns the Javassist initial class gen for the class. |
int |
getJoinPointIndex()
Returns the current join point index. |
String |
getName()
Returns the name of the class. |
void |
incrementJoinPointIndex()
Increments the join point index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Klass(String name, byte[] bytecode, ClassLoader loader)
name
- the namebytecode
- the byte codeMethod Detail |
public String getName()
public javassist.CtClass getCtClass()
public javassist.CtClass getInitialCtClass()
public byte[] getBytecode()
public int getJoinPointIndex()
public void incrementJoinPointIndex()
public void flushJoinPointIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |