Package org.spongepowered.asm.transformers


package org.spongepowered.asm.transformers
Specialised ASM utility and base classes used by the mixin processor.
  • Classes
    Class
    Description
    A ClassReader which returns a more verbose exception message when the incoming class major version is higher than the version supported by the active ASM.
    ClassWriter which resolves common superclasses using Mixin's metadata instead of calling Class.forName
    Base class for transformers which work with ASM tree model