R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.ElementValueVisitor<R,EX extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
visitAnnotation(Java.Annotation a)
|
R |
visitElementValueArrayInitializer(Java.ElementValueArrayInitializer evai)
|
R |
visitRvalue(Java.Rvalue rv)
|
@Nullable R visitRvalue(Java.Rvalue rv) throws EX extends Throwable
@Nullable R visitAnnotation(Java.Annotation a) throws EX extends Throwable