reverseParseRule(Converts an instruction set back into a human-readable rule condition string.instructionSet
,placeHolderArray
,stringReplacements
):string
Parameter | Type | Description |
---|---|---|
instructionSet | number [] | The instruction set to reverse parse. |
placeHolderArray | string [] | An array of placeholders used in the instruction set. |
stringReplacements | stringReplacement [] | An array of string replacements for specific instructions. |
string
A human-readable rule condition string.