PHP Class PHPCfg\Block

ファイルを表示 Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$children Op[]
$dead
$parents Block[]
$phi PHPCfg\Op\Phi[]

Public Methods

Method Description
__construct ( Block $parent = null )
addParent ( Block $parent )
create ( )

Method Details

__construct() public method

public __construct ( Block $parent = null )
$parent Block

addParent() public method

public addParent ( Block $parent )
$parent Block

create() public method

public create ( )

Property Details

$children public_oe property

public Op[],phpcfg $children
return Op[]

$dead public_oe property

public $dead

$parents public_oe property

public Block[],phpcfg $parents
return Block[]

$phi public_oe property

public Phi[],PHPCfg\Op $phi
return PHPCfg\Op\Phi[]