Home | History | Annotate | Download | only in visitor

Lines Matching defs:annotationElementValue

1117     public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
1119 println(visitorInfo(annotationElementValue) +
1121 (annotationElementValue.u2elementNameIndex == 0 ? "(default)" :
1122 annotationElementValue.getMethodName(clazz)) + "]:");
1125 annotationElementValue.annotationAccept(clazz, this);