Class BlockProperIf


  • public class BlockProperIf
    extends BlockGraph
    A block containing condition control flow possible multiple incoming edges 1 outgoing edge representing rejoined control flow 2 interior blocks one "condition" block representing the decision point on whether to take the conditional flow one "body" block representing the conditional flow that may be followed or may be skipped
    • Constructor Detail

      • BlockProperIf

        public BlockProperIf()