Interface BranchInstruction

    • Method Detail

      • setOffset

        void setOffset​(int value)
        Sets the value of the 'Offset' attribute. Represents the instruction offset to jump to.
        Parameters:
        value - the new value of the 'Offset' attribute.
        See Also:
        getOffset()
      • setTarget

        void setTarget​(Instruction value)
        Sets the value of the 'Target' reference.

        Represents the 'Target' instruction to jump over, i.e. the 'Offset' corresponds to the instruction following 'Target'.

        Parameters:
        value - the new value of the 'Target' reference.
        See Also:
        getTarget()