PHP Class PHPCfg\Block

Afficher le fichier Open project: ircmaxell/php-cfg Class Usage Examples

Méthodes publiques

Свойство Type Description
$children Op[]
$dead
$parents Block[]
$phi PHPCfg\Op\Phi[]

Méthodes publiques

Méthode Description
__construct ( Block $parent = null )
addParent ( Block $parent )
create ( )

Method Details

__construct() public méthode

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

addParent() public méthode

public addParent ( Block $parent )
$parent Block

create() public méthode

public create ( )

Property Details

$children public_oe property

public Op[],phpcfg $children
Résultat Op[]

$dead public_oe property

public $dead

$parents public_oe property

public Block[],phpcfg $parents
Résultat Block[]

$phi public_oe property

public Phi[],PHPCfg\Op $phi
Résultat PHPCfg\Op\Phi[]