Interface Visitor.ArrayInitializerOrRvalueVisitor<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.ArrayInitializerOrRvalueVisitor<R,​EX extends java.lang.Throwable>
    • Method Detail

      • visitRvalue

        @Nullable
        R visitRvalue​(Java.Rvalue rvalue)
               throws EX extends java.lang.Throwable
        Throws:
        EX extends java.lang.Throwable