Interface CallExpr.Visitor<P,​R>

    • Method Detail

      • visit

        default R visit​(CallExpr callExpr,
                        P par)