Class MixinDescAnnotation


  • public class MixinDescAnnotation
    extends java.lang.Object
    • Field Detail

      • owner

        @Nullable
        public final org.objectweb.asm.Type owner
      • value

        @NotNull
        public final java.lang.String value
      • args

        @Nullable
        public final org.objectweb.asm.Type[] args
      • ret

        @Nullable
        public final org.objectweb.asm.Type ret
      • targetMethod

        @NotNull
        public final MemberDesc targetMethod
      • targetField

        @NotNull
        public final MemberDesc targetField
    • Method Detail

      • parse

        @NotNull
        public static MixinDescAnnotation parse​(@NotNull
                                                org.objectweb.asm.tree.ClassNode node,
                                                @NotNull
                                                org.objectweb.asm.tree.AnnotationNode atValue)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object