public static class ModFileScanData.AnnotationData
extends java.lang.Object
コンストラクタと説明 |
---|
AnnotationData(org.objectweb.asm.Type annotationType,
java.lang.annotation.ElementType targetType,
org.objectweb.asm.Type clazz,
java.lang.String memberName,
java.util.Map<java.lang.String,java.lang.Object> annotationData) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.Object> |
getAnnotationData() |
org.objectweb.asm.Type |
getAnnotationType() |
org.objectweb.asm.Type |
getClassType() |
java.lang.String |
getMemberName() |
java.lang.annotation.ElementType |
getTargetType() |
int |
hashCode() |
public AnnotationData(org.objectweb.asm.Type annotationType, java.lang.annotation.ElementType targetType, org.objectweb.asm.Type clazz, java.lang.String memberName, java.util.Map<java.lang.String,java.lang.Object> annotationData)
public org.objectweb.asm.Type getAnnotationType()
public java.lang.annotation.ElementType getTargetType()
public org.objectweb.asm.Type getClassType()
public java.lang.String getMemberName()
public java.util.Map<java.lang.String,java.lang.Object> getAnnotationData()
public boolean equals(java.lang.Object obj)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object