Interface ClassFile.ElementValue.Visitor<R,EX extends Throwable>

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.ConstantElementValue.Visitor<R,EX>
Enclosing interface:
ClassFile.ElementValue

public static interface ClassFile.ElementValue.Visitor<R,EX extends Throwable> extends ClassFile.ConstantElementValue.Visitor<R,EX>
The visitor interface for the implementation of the "visitor" pattern.