JaCIL Framework API

SimpleBranchInstructionTranslator.FindBranchTarget Method 

Finds the branch target for this instruction stream.

protected IInstructionStream FindBranchTarget();

Return Value

The stream representing the target.

Exceptions

Exception Type Condition
TranslationException Thrown if there is a problem finding the target.

See Also

SimpleBranchInstructionTranslator Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace