public class AnnotationDataImpl extends Object implements AnnotationData
AnnotationData.| Constructor and Description |
|---|
AnnotationDataImpl(AnnotationSet set,
Annotation ann) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotation()
Gets the
Annotation object represented by this structure. |
AnnotationSet |
getAnnotationSet()
Gets the
AnnotationSet object containing the annotation stored
by this structure. |
int |
hashCode() |
public AnnotationDataImpl(AnnotationSet set, Annotation ann)
public Annotation getAnnotation()
AnnotationDataAnnotation object represented by this structure.getAnnotation in interface AnnotationDatapublic AnnotationSet getAnnotationSet()
AnnotationDataAnnotationSet object containing the annotation stored
by this structure.getAnnotationSet in interface AnnotationDataCopyright © 2024 GATE. All rights reserved.