Package org.spongepowered.asm.mixin.struct


package org.spongepowered.asm.mixin.struct
Internal data bundles used by mixin during application.
  • Class Summary
    Class
    Description
    Data bundle for an annotated method in a mixin
    Reference to a field or method that also includes invocation instructions.
    A static reference to a field backed by field get/put instruction
    A reference to a field or method backed by a method handle
    A static reference to a method backed by an invoke instruction
    Structure which contains information about a SourceDebugExtension SMAP
    Defines a source code file within a source map stratum
    Information about a special mixin method such as an injector or accessor