| Interface | Description |
|---|---|
| IMixinTransformer |
Transformation engine
|
| Class | Description |
|---|---|
| ActivityStack |
Tracker for processors which want to express their activity stack on crash in
a user-readable way.
|
| 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
|
| MixinClassGenerator |
Handles delegation of class generation tasks to the extensions
|
| MixinProcessor |
Heart of the Mixin pipeline
|
| MixinTargetContext |
This object keeps track of data for applying a mixin to a specific target
class during a mixin application.
|
| SyntheticClassInfo |
Information bundle about a synthetic class provided by Mixin
|
| 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.
|
| ClassInfo.TypeLookup |
When using
ClassInfo.forType(org.objectweb.asm.Type, org.spongepowered.asm.mixin.transformer.ClassInfo.TypeLookup), determines whether an array type
should be returned as declared (eg. |