Package org.spongepowered.asm.mixin.transformer
package org.spongepowered.asm.mixin.transformer
Internal mixin transformation pipeline classes.
-
ClassDescriptionTracker for processors which want to express their activity stack on crash in a user-readable way.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.Information about frames in a methodSearch type for the findInHierarchy methods, replaces a boolean flag which made calling code difficult to readTo 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.When using
ClassInfo.forType, determines whether an array type should be returned as declared (eg.Handle for marshalling mixin configs outside of the transformer packageTransformation engineFactory for the mixin transformer, concrete instances of this class are only provided to services since only the service should be able to decide when the mixin transformer is initialised.Handles delegation of class generation tasks to the extensionsThis object keeps track of data for applying a mixin to a specific target class during a mixin application.Information bundle about a synthetic class provided by Mixin