public interface ElementValueVisitor
ElementValue
objects.| Modifier and Type | Method and Description |
|---|---|
void |
visitAnnotationElementValue(Clazz clazz,
Annotation annotation,
AnnotationElementValue annotationElementValue) |
void |
visitArrayElementValue(Clazz clazz,
Annotation annotation,
ArrayElementValue arrayElementValue) |
void |
visitClassElementValue(Clazz clazz,
Annotation annotation,
ClassElementValue classElementValue) |
void |
visitConstantElementValue(Clazz clazz,
Annotation annotation,
ConstantElementValue constantElementValue) |
void |
visitEnumConstantElementValue(Clazz clazz,
Annotation annotation,
EnumConstantElementValue enumConstantElementValue) |
void visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue)
void visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue)
void visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue)
void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
void visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue)
Copyright © 2015. All Rights Reserved.