Home
last modified time | relevance | path

Searched refs:BooleanNot (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DBooleanNot.php7 class BooleanNot extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DConstExprEvaluator.php125 if ($expr instanceof Expr\BooleanNot) {
H A DPrettyPrinterAbstract.php56 Expr\BooleanNot::class => [ 30, -1, -1],
1385 …Expr\Clone_::class, Expr\BitwiseNot::class, Expr\BooleanNot::class, Expr\UnaryPlus::class, Expr\Un…
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown120 return new Node\Expr\BooleanNot($node);
134 return new Node\Expr\BooleanNot($node);
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php437 …protected function pExpr_BooleanNot(Expr\BooleanNot $node, int $precedence, int $lhsPrecedence): s…
438 … return $this->pPrefixOp(Expr\BooleanNot::class, '!', $node->expr, $precedence, $lhsPrecedence);
/PHP-Parser/grammar/
H A Dphp.y1048 | '!' expr { $$ = Expr\BooleanNot[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2297 …$self->semValue = new Expr\BooleanNot($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…
H A DPhp8.php2299 …$self->semValue = new Expr\BooleanNot($self->semStack[$stackPos-(2-2)], $self->getAttributes($self…

Completed in 108 milliseconds