Class BaseInvokeNode

    • Constructor Detail

      • BaseInvokeNode

        public BaseInvokeNode​(InsnType type,
                              int argsCount)
    • Method Detail

      • getCallMth

        public abstract MethodInfo getCallMth()
      • getInstanceArg

        @Nullable
        public abstract @Nullable InsnArg getInstanceArg()
      • isStaticCall

        public abstract boolean isStaticCall()
      • getFirstArgOffset

        public abstract int getFirstArgOffset()
        Return offset to match method args from getCallMth()