- Type Parameters:
R - The type of the object that the "visit*()" methods return
EX - The type of the exception that the "visit*()" methods may throw
- All Superinterfaces:
- ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX>
- Enclosing interface:
- ClassFile.AnnotationsAttribute.ElementValue
public static interface ClassFile.AnnotationsAttribute.ElementValue.Visitor<R,EX extends Throwable>
extends ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX>
The visitor interface for the implementation of the "visitor" pattern.