PHP Class PHPCfg\Visitor\VariableFinder

Inheritance: implements PHPCfg\Visitor
Exibir arquivo Open project: ircmaxell/php-cfg

Protected Properties

Property Type Description
$variables

Public Methods

Method Description
__construct ( )
enterBlock ( Block $block, Block $prior = null )
enterOp ( Op $op, Block $block )
getVariables ( )

Method Details

__construct() public method

public __construct ( )

enterBlock() public method

public enterBlock ( Block $block, Block $prior = null )
$block PHPCfg\Block
$prior PHPCfg\Block

enterOp() public method

public enterOp ( Op $op, Block $block )
$op PHPCfg\Op
$block PHPCfg\Block

getVariables() public method

public getVariables ( )

Property Details

$variables protected_oe property

protected $variables