Interface CfgBlock

    • Method Detail

      • syntacticSuccessor

        @CheckForNull
        CfgBlock syntacticSuccessor()
        Returns:
        block following this one if no jump is applied Returns null if this block doesn't end with jump statement (break, continue, return, raise)