PHP Class PHPCfg\FuncContext

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

Méthodes publiques

Свойство Type Description
$complete boolean
$incompletePhis SplObjectStorage
$labels Block[]
$scope SplObjectStorage
$unresolvedGotos array[]

Méthodes publiques

Méthode Description
__construct ( )
addToIncompletePhis ( Block $block, $name, Phi $phi )
isLocalVariable ( Block $block, $name )
setValueInScope ( Block $block, $name, Operand $value )

Method Details

__construct() public méthode

public __construct ( )

addToIncompletePhis() public méthode

public addToIncompletePhis ( Block $block, $name, Phi $phi )
$block Block
$phi PHPCfg\Op\Phi

isLocalVariable() public méthode

public isLocalVariable ( Block $block, $name )
$block Block

setValueInScope() public méthode

public setValueInScope ( Block $block, $name, Operand $value )
$block Block
$value Operand

Property Details

$complete public_oe property

public bool $complete
Résultat boolean

$incompletePhis public_oe property

public SplObjectStorage $incompletePhis
Résultat SplObjectStorage

$labels public_oe property

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

$scope public_oe property

public SplObjectStorage $scope
Résultat SplObjectStorage

$unresolvedGotos public_oe property

public array[] $unresolvedGotos
Résultat array[]