PHP Class PHPSA\Compiler\Expression\MethodCall

Inheritance: extends AbstractExpressionCompiler
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\MethodCall $expr, Context $context ) : CompiledExpression
parseArgs ( array $arguments, Context $context ) : CompiledExpression[]

Method Details

compile() protected method

protected compile ( PhpParser\Node\Expr\MethodCall $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\MethodCall
$context PHPSA\Context
return PHPSA\CompiledExpression

parseArgs() protected method

protected parseArgs ( array $arguments, Context $context ) : CompiledExpression[]
$arguments array
$context PHPSA\Context
return PHPSA\CompiledExpression[]

Property Details

$name protected property

protected $name