PHPCfg\Op\Stmt\JumpIf::getSubBlocks PHP Method

getSubBlocks() public method

public getSubBlocks ( )
    public function getSubBlocks()
    {
        return ['if', 'else'];
    }