PHPSA\Compiler\StatementCompilerInterface::pass PHP Method

pass() public method

public pass ( PHPParser\Node\Stmt $expr, Context $context ) : mixed
$expr PHPParser\Node\Stmt
$context PHPSA\Context
return mixed
    public function pass($expr, Context $context);
StatementCompilerInterface