JaCIL Framework API

InstructionStream.BackwardTargets Property

The backward targets of this instruction. That is, targets that have offsets greater than this instruction.

public IInstructionStreamSet BackwardTargets {get;}

Property Value

The backward targets of this instruction. That is, targets that have offsets less than or equal to this instruction.

Implements

IInstructionStream.BackwardTargets

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace