Package org.spongepowered.asm.util.asm
package org.spongepowered.asm.util.asm
Utilities, abstractions and specialised subclasses used by Mixin for
interacting with ASM.
-
Interface SummaryInterfaceDescriptionInterface for objects which can be annotated since main classes may need to read info from mirror annotations in the APInterface for annotation handle since some classes may need to read info from both ASM
AnnotationNodes at runtime and mirror annotations in the AP at compile time. -
Class SummaryClassDescriptionUtility methods for determining ASM version and other version-specific shenanigansAdapter for ClassNode to access members added after ASM 5MethodNode with some extra convenience functionalityMethodVisitor with some extra convenience functionalityVerifier which handles class info lookups via
ClassInfo