PhpParser\PrettyPrinter\Standard::pExpr_Instanceof PHP Method

pExpr_Instanceof() protected method

protected pExpr_Instanceof ( PhpParser\Node\Expr\Instanceof_ $node )
$node PhpParser\Node\Expr\Instanceof_
    protected function pExpr_Instanceof(Expr\Instanceof_ $node) {
        return $this->pInfixOp('Expr_Instanceof', $node->expr, ' instanceof ', $node->class);
    }
Standard