Class BlockCondition


public class BlockCondition extends BlockGraph
Block representing and '&&' or '||' control flow path within a conditional expression possible multiple incoming edges 2 outgoing edges, one for true control flow, one for false control flow one "initial" condition block, with 2 outgoing edges one "secondary" condition block, with 2 outgoing edges, exactly 1 incoming edge from "initial"
  • Constructor Details

    • BlockCondition

      public BlockCondition()
  • Method Details