| Class | Description |
|---|---|
| ClassInfo |
Information about a class, used as a way of keeping track of class hierarchy
information needed to support more complex mixin behaviour such as detached
superclass and mixin inheritance.
|
| ClassInfo.FrameData |
Information about frames in a method
|
| Config |
Handle for marshalling mixin configs outside of the transformer package
|
| InterfaceInfo |
Information about an interface being runtime-patched onto a mixin target
class, see
Implements |
| MethodMapper |
Maintains method remaps for a target class
|
| MixinTargetContext |
This object keeps track of data for applying a mixin to a specific target
class during a mixin application.
|
| MixinTransformer |
Transformer which manages the mixin configuration and application process
|
| Enum | Description |
|---|---|
| ClassInfo.SearchType |
Search type for the findInHierarchy methods, replaces a boolean flag
which made calling code difficult to read
|
| ClassInfo.Traversal |
To all intents and purposes, the "real" class hierarchy and the mixin
class hierarchy exist in parallel, this means that for some hierarchy
validation operations we need to walk across to the other
hierarchy in order to allow meaningful validation to occur.
|