Interface Visitor.TypeBodyDeclarationVisitor<R,​EX extends java.lang.Throwable>

  • Type Parameters:
    R - The type of the object returned by the visit*() methods
    EX - The exception that the visit*() methods may throw
    Enclosing class:
    Visitor

    public static interface Visitor.TypeBodyDeclarationVisitor<R,​EX extends java.lang.Throwable>
    The visitor for all kinds of Java.TypeBodyDeclarations (declarations that may appear in the body of a type declaration).