|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlasticClassEvent
Describes a transformed class about to be loaded.
Method Summary | |
---|---|
String |
getClassName()
The name of the actual class, which will differ from the primary class name for some types. |
String |
getDissasembledBytecode()
The bytecode for the class, disassembled and formatted as a string. |
String |
getPrimaryClassName()
The primary class name, i.e., the class being created or transformed. |
ClassType |
getType()
Identifies what type of class is being loaded. |
Method Detail |
---|
String getPrimaryClassName()
String getClassName()
ClassType getType()
String getDissasembledBytecode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |