Searched refs:att (Results 1 – 4 of 4) sorted by relevance
58 Attribute att = get(i); in findFirst() local59 if (att.getName().equals(name)) { in findFirst()60 return att; in findFirst()74 Attribute att = get(at); in findNext() local75 if (att == attrib) { in findNext()86 Attribute att = get(at); in findNext() local87 if (att.getName().equals(name)) { in findNext()88 return att; in findNext()
76 Attribute att; in process()82 att = attributes.findFirst( in process()85 for (;att != null; att = attributes.findNext(att)) { in process()86 BaseAnnotations ann = (BaseAnnotations)att; in process()90 att = attributes.findFirst( in process()93 for (;att != null; att = attributes.findNext(att)) { in process()94 BaseAnnotations ann = (BaseAnnotations)att; in process()101 att = attributes.findFirst( in process()104 for (;att != null; att = attributes.findNext(att)) { in process()105 BaseAnnotations ann = (BaseAnnotations)att; in process()[all …]
163 Attribute att = element.getAttributes().findFirst( in hasRuntimeVisibleAnnotation() local165 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0); in hasRuntimeVisibleAnnotation()