Class MixinDescAnnotation
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.annotation.MixinDescAnnotation
-
public class MixinDescAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.objectweb.asm.Type[]argsorg.objectweb.asm.Typeownerorg.objectweb.asm.TyperetMemberDesctargetFieldMemberDesctargetMethodjava.lang.Stringvalue
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MixinDescAnnotationparse(org.objectweb.asm.tree.ClassNode node, org.objectweb.asm.tree.AnnotationNode atValue)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-