Package cpw.mods.modlauncher.api
Interface ITransformerActivity
- All Known Implementing Classes:
TransformerAuditTrail.TransformerActivity
public interface ITransformerActivity
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
-
Field Details
-
COMPUTING_FRAMES_REASON
reason will be set to this value when TransformerClassWriter is trying to compute frames by loading the class hierarchy for a class. No real classloading will be done when this reason is submitted.- See Also:
-
CLASSLOADING_REASON
reason will be set to this value when we're attempting to actually classload the class- See Also:
-
-
Method Details
-
getContext
String[] getContext() -
getType
ITransformerActivity.Type getType() -
getActivityString
String getActivityString()
-