Class InjectPayloadCallother

    • Constructor Detail

      • InjectPayloadCallother

        protected InjectPayloadCallother​(ConstructTpl pcode,
                                         InjectPayloadCallother failedPayload)
        Constructor for a partial clone of a payload whose p-code failed to parse.
        Parameters:
        pcode - is the p-code to substitute
        failedPayload - is the failed callfixup
      • InjectPayloadCallother

        protected InjectPayloadCallother​(ConstructTpl pcode,
                                         java.lang.String nm)
        Constructor for a dummy payload
        Parameters:
        pcode - is the dummy p-code to use
        nm - is the name of the payload
      • InjectPayloadCallother

        public InjectPayloadCallother​(java.lang.String sourceName)