Package gw.internal.gosu.parser
Class RepeatableContainerAnnotationInfo
- java.lang.Object
-
- gw.internal.gosu.parser.RepeatableContainerAnnotationInfo
-
- All Implemented Interfaces:
IAnnotationInfo,java.io.Serializable
public class RepeatableContainerAnnotationInfo extends java.lang.Object implements IAnnotationInfo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private IAnnotationInfo[]_annotationsprivate IType_containerprivate IType_owner
-
Constructor Summary
Constructors Constructor Description RepeatableContainerAnnotationInfo(IAnnotationInfo[] annotations, IType container, IType owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetDisplayName()java.lang.ObjectgetFieldValue(java.lang.String fieldName)java.lang.annotation.AnnotationgetInstance()java.lang.StringgetName()ITypegetOwnersType()ITypegetType()private java.lang.annotation.AnnotationmakeAnnotationInfoProxy()booleanretainInBytecode()java.lang.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
-
-
-
-
Field Detail
-
_owner
private IType _owner
-
_annotations
private IAnnotationInfo[] _annotations
-
_container
private IType _container
-
-
Constructor Detail
-
RepeatableContainerAnnotationInfo
public RepeatableContainerAnnotationInfo(IAnnotationInfo[] annotations, IType container, IType owner)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIAnnotationInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIAnnotationInfo
-
getDisplayName
public java.lang.String getDisplayName()
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceIAnnotationInfo
-
getInstance
public java.lang.annotation.Annotation getInstance()
- Specified by:
getInstancein interfaceIAnnotationInfo
-
makeAnnotationInfoProxy
private java.lang.annotation.Annotation makeAnnotationInfoProxy()
-
getFieldValue
public java.lang.Object getFieldValue(java.lang.String fieldName)
- Specified by:
getFieldValuein interfaceIAnnotationInfo
-
getType
public IType getType()
- Specified by:
getTypein interfaceIAnnotationInfo
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
retainInBytecode
public boolean retainInBytecode()
-
-