PHP Class PHPSA\Compiler\Expression\Operators\Bitwise\BitwiseNot

Inheritance: extends PHPSA\Compiler\Expression\AbstractExpressionCompiler
Mostrar archivo Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\BitwiseNot $expr, Context $context ) : CompiledExpression ~{expr}

Method Details

compile() protected method

~{expr}
protected compile ( PhpParser\Node\Expr\BitwiseNot $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\BitwiseNot
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected_oe property

protected $name