Searched refs:elementValuePairs (Results 1 – 7 of 7) sorted by relevance
345 private final Map<String, ElementValue> elementValuePairs; field in ClassFile.AnnotationInfo348 String typeName, boolean runtimeVisible, Map<String, ElementValue> elementValuePairs) { in AnnotationInfo() argument351 this.elementValuePairs = elementValuePairs; in AnnotationInfo()365 public Map<String, ElementValue> elementValuePairs() { in elementValuePairs() method in ClassFile.AnnotationInfo366 return elementValuePairs; in elementValuePairs()
52 output.writeShort(annotation.elementValuePairs().size()); in writeAnnotation()53 for (Entry<String, ElementValue> entry : annotation.elementValuePairs().entrySet()) { in writeAnnotation()
136 assertThat(annotation.elementValuePairs()).hasSize(1); in annotationDeclaration()137 assertThat(annotation.elementValuePairs()).containsKey("value"); in annotationDeclaration()138 ElementValue value = annotation.elementValuePairs().get("value"); in annotationDeclaration()
491 ElementValue val = annotation.elementValuePairs().get("value"); in bindRetention()504 ElementValue val = annotation.elementValuePairs().get("value"); in bindTarget()530 ElementValue val = annotation.elementValuePairs().get("value"); in bindRepeatable()
136 for (Map.Entry<String, ElementValue> e : value.elementValuePairs().entrySet()) { in bindAnnotationValue()
174 * elementValuePair and elementValuePairs rules, then used them in the722 ( elementValuePairs729 elementValuePairs
6077 elementValuePairs(); in annotation()6138 public final void elementValuePairs() throws RecognitionException { in elementValuePairs() method in JavaParser