Uses of Class
eu.bandm.tools.util.classes.AnnotationVisitor.ElementValue
Package
Description
Utility classes for Java and JVM runtime objects and bytecode.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option
package.-
Uses of AnnotationVisitor.ElementValue in eu.bandm.tools.util.classes
Modifier and TypeClassDescriptionstatic class
static class
static class
Modifier and TypeFieldDescriptionprotected final Deque
<Consumer<AnnotationVisitor.ElementValue>> AnnotationVisitor.elementValueConsumer
Modifier and TypeMethodDescriptionAnnotationVisitor.ArrayElementValue.getElems()
AnnotationVisitor.Annotation.getParams()
Modifier and TypeMethodDescriptionprotected void
AnnotationVisitor.ArrayElementValue.add
(AnnotationVisitor.ElementValue elem) -
Uses of AnnotationVisitor.ElementValue in eu.bandm.tools.util3
Modifier and TypeMethodDescriptionAnnotationPatterns.array
(Pattern<? super List<AnnotationVisitor.ElementValue>> body) AnnotationPatterns.nested
(Pattern<? super AnnotationVisitor.Annotation> body) static Pattern
<Map<String, AnnotationVisitor.ElementValue>> AnnotationPatterns.value
(Pattern<? super AnnotationVisitor.ElementValue> body) Modifier and TypeMethodDescriptionstatic Pattern
<AnnotationVisitor.Annotation> AnnotationPatterns.annotation
(Class<? extends Annotation> type, Pattern<? super Map<String, AnnotationVisitor.ElementValue>> params) AnnotationPatterns.array
(Pattern<? super List<AnnotationVisitor.ElementValue>> body) static Pattern
<Map<String, AnnotationVisitor.ElementValue>> AnnotationPatterns.value
(Pattern<? super AnnotationVisitor.ElementValue> body)