PHP Class PHPCfg\Op\Stmt\Jump

Inheritance: extends PHPCfg\Op\Stmt
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$target

Public Methods

Method Description
__construct ( Block $target, array $attributes = [] )
getSubBlocks ( )

Method Details

__construct() public method

public __construct ( Block $target, array $attributes = [] )
$target PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

Property Details

$target public_oe property

public $target