Class PythonCfgEndBlock

    • Constructor Detail

      • PythonCfgEndBlock

        public PythonCfgEndBlock()
    • Method Detail

      • syntacticSuccessor

        @CheckForNull
        public 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)