public interface ISyntheticClassInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Get the class name (java format)
|
IMixinInfo |
getMixin()
Get the mixin which incepted this synthetic class (if more than one mixin
is resposible, returns the first)
|
java.lang.String |
getName()
Get the class name (binary name)
|
boolean |
isLoaded()
Get whether the synthetic class has been loaded (and therefore generated)
|
IMixinInfo getMixin()
java.lang.String getName()
java.lang.String getClassName()
boolean isLoaded()