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()
AnnotationData
Annotation
object represented by this structure.getAnnotation
in interface AnnotationData
public AnnotationSet getAnnotationSet()
AnnotationData
AnnotationSet
object containing the annotation stored
by this structure.getAnnotationSet
in interface AnnotationData
Copyright © 2024 GATE. All rights reserved.