Class JavaSourceAnnotationInfo
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.JavaSourceAnnotationInfo
-
- All Implemented Interfaces:
IAnnotationInfo,Serializable
public class JavaSourceAnnotationInfo extends Object implements IAnnotationInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaSourceAnnotationInfo(AnnotationTree annotationTree, IJavaAnnotatedElement owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ObjectgetFieldValue(String fieldName)ObjectgetInstance()StringgetName()ITypegetOwnersType()ITypegetType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAnnotationInfo
getTarget
-
-
-
-
Constructor Detail
-
JavaSourceAnnotationInfo
public JavaSourceAnnotationInfo(AnnotationTree annotationTree, IJavaAnnotatedElement owner)
-
-
Method Detail
-
getType
public IType getType()
- Specified by:
getTypein interfaceIAnnotationInfo
-
getInstance
public Object getInstance()
- Specified by:
getInstancein interfaceIAnnotationInfo
-
getFieldValue
public Object getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfaceIAnnotationInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceIAnnotationInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIAnnotationInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIAnnotationInfo
-
-