Class AsmClassAnnotationInfo
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.AsmClassAnnotationInfo
-
- All Implemented Interfaces:
IAnnotationInfo,Serializable
public class AsmClassAnnotationInfo extends Object implements IAnnotationInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsmClassAnnotationInfo(AsmAnnotation annotation, IJavaAnnotatedElement owner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetDisplayName()ObjectgetFieldValue(String fieldName)AnnotationgetInstance()StringgetName()ITypegetOwnersType()ITypegetType()static ObjectmakeArray(IJavaClassInfo ci, List l, IJavaAnnotatedElement owner)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAnnotationInfo
getTarget
-
-
-
-
Constructor Detail
-
AsmClassAnnotationInfo
public AsmClassAnnotationInfo(AsmAnnotation annotation, IJavaAnnotatedElement owner)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceIAnnotationInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIAnnotationInfo
-
getDisplayName
public String getDisplayName()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIAnnotationInfo
-
getInstance
public Annotation getInstance()
- Specified by:
getInstancein interfaceIAnnotationInfo
-
getFieldValue
public Object getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfaceIAnnotationInfo
-
getType
public IType getType()
- Specified by:
getTypein interfaceIAnnotationInfo
-
makeArray
public static Object makeArray(IJavaClassInfo ci, List l, IJavaAnnotatedElement owner) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-