Interface ClassFile.ConstantElementValue.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 Known Subinterfaces:
    ClassFile.ElementValue.Visitor<R,​EX>
    Enclosing class:
    ClassFile.ConstantElementValue

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