PHP 클래스 PHPSA\Compiler\Expression\Assign

상속: extends AbstractExpressionCompiler
파일 보기 프로젝트 열기: ovr/phpsa

보호된 프로퍼티들

프로퍼티 타입 설명
$name

보호된 메소드들

메소드 설명
compile ( PhpParser\Node\Expr\Assign $expr, Context $context ) : CompiledExpression $a = 3;
compileVariableDeclaration ( CompiledExpression $variableName, CompiledExpression $value, Context $context )

메소드 상세

compile() 보호된 메소드

$a = 3;
protected compile ( PhpParser\Node\Expr\Assign $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Assign
$context PHPSA\Context
리턴 PHPSA\CompiledExpression

compileVariableDeclaration() 보호된 메소드

protected compileVariableDeclaration ( CompiledExpression $variableName, CompiledExpression $value, Context $context )
$variableName PHPSA\CompiledExpression
$value PHPSA\CompiledExpression
$context PHPSA\Context

프로퍼티 상세

$name 보호되어 있는 프로퍼티

protected $name