Searched refs:att (Results 1 – 4 of 4) sorted by relevance
77 Attribute att; in process()83 att = attributes.findFirst( in process()86 for (;att != null; att = attributes.findNext(att)) { in process()87 BaseAnnotations ann = (BaseAnnotations)att; in process()91 att = attributes.findFirst( in process()94 for (;att != null; att = attributes.findNext(att)) { in process()95 BaseAnnotations ann = (BaseAnnotations)att; in process()102 att = attributes.findFirst( in process()105 for (;att != null; att = attributes.findNext(att)) { in process()106 BaseAnnotations ann = (BaseAnnotations)att; in process()[all …]
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()
61 Attribute att = get(i); in findFirst() local62 if (att.getName().equals(name)) { in findFirst()63 return att; in findFirst()78 Attribute att = get(at); in findNext() local79 if (att == attrib) { in findNext()90 Attribute att = get(at); in findNext() local91 if (att.getName().equals(name)) { in findNext()92 return att; in findNext()
190 Attribute att = element.getAttributes().findFirst( in hasRuntimeVisibleAnnotation() local192 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0); in hasRuntimeVisibleAnnotation()