Package soot.jimple

Interface InstanceInvokeExpr

    • Method Detail

      • getBase

        Value getBase()
        Returns:
        the target (qualifier) of this method invocation expression.
      • setBase

        void setBase​(Value base)