PHP Class PHPSA\Analyzer\Pass\Expression\LogicInversion

Inheritance: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface, use trait PHPSA\Analyzer\Helper\DefaultMetadataPassTrait
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$map array

Public Methods

Method Description
getRegister ( ) : array
pass ( PhpParser\Node\Expr\BooleanNot $expr, Context $context ) : boolean

Method Details

getRegister() public method

public getRegister ( ) : array
return array

pass() public method

public pass ( PhpParser\Node\Expr\BooleanNot $expr, Context $context ) : boolean
$expr PhpParser\Node\Expr\BooleanNot
$context PHPSA\Context
return boolean

Property Details

$map protected property

protected array $map
return array