Searched refs:IAnnotationElement (Results 1 – 10 of 10) sorted by relevance
21 import signature.model.IAnnotationElement;23 public class SigAnnotationElementDelta extends SigDelta<IAnnotationElement>28 public SigAnnotationElementDelta(IAnnotationElement from, in SigAnnotationElementDelta()29 IAnnotationElement to) { in SigAnnotationElementDelta()
20 import signature.model.IAnnotationElement;30 private Set<IAnnotationElement> elements;45 public Set<IAnnotationElement> getElements() { in getElements()49 public void setElements(Set<IAnnotationElement> elements) { in setElements()60 for (IAnnotationElement element : getElements()) { in toString()
21 import signature.model.IAnnotationElement;25 public class SigAnnotationElement implements IAnnotationElement, Serializable {
19 import signature.model.IAnnotationElement;25 public interface IAnnotationElementDelta extends IDelta<IAnnotationElement> {
21 import signature.model.IAnnotationElement;64 public static IAnnotationElement getAnnotationElement( in getAnnotationElement()66 for (IAnnotationElement element : annotation.getElements()) { in getAnnotationElement()
23 public interface IAnnotationElement { interface
41 Set<IAnnotationElement> getElements(); in getElements()
66 import signature.model.IAnnotationElement;580 Set<IAnnotationElement> fromAnnotationElement =582 Set<IAnnotationElement> toAnnotationElement =605 private Set<IAnnotationElement> getNormalizedAnnotationElements(607 Set<IAnnotationElement> elements = new HashSet<IAnnotationElement>(611 for (IAnnotationElement annotationElement : elements) {629 Set<IAnnotationElement> from, Set<IAnnotationElement> to) {631 new SigComparator<IAnnotationElement, IAnnotationElementDelta>() {633 IAnnotationElement from, IAnnotationElement to) {639 IAnnotationElement from, IAnnotationElement to) {[all …]
58 import signature.model.IAnnotationElement;823 private Set<IAnnotationElement> convertAnnotationElements( in convertAnnotationElements()825 Set<IAnnotationElement> annotationAttributes = in convertAnnotationElements()826 new HashSet<IAnnotationElement>(); in convertAnnotationElements()834 private IAnnotationElement convertAnnotationAttribute( in convertAnnotationAttribute()
31 import signature.model.IAnnotationElement;574 Set<IAnnotationElement> elements = new HashSet<IAnnotationElement>(); in convertAnnotation()