Interface Visitor.ElementValueVisitor<R, EX extends Throwable>
- Type Parameters:
R- The type of the object returned by thevisit*()methodsEX- The exception that thevisit*()methods may throw
- Enclosing class:
Visitor
public static interface Visitor.ElementValueVisitor<R, EX extends Throwable>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
visitRvalue
- Throws:
EX
-
visitAnnotation
- Throws:
EX
-
visitElementValueArrayInitializer
- Throws:
EX
-