PHP 클래스 PHPCompiler\Backend\PHP7\PHP

상속: extends PHPCompiler\AbstractBackend
파일 보기 프로젝트 열기: ircmaxell/php-compiler

보호된 메소드들

메소드 설명
compileBody ( Block $block, $indent )
compileExpr ( Expr $op, $indent )
compileFunction ( Function_ $func )
finish ( )
getLabel ( Block $block )
getVarName ( Operand $var )
initState ( )

메소드 상세

compileBody() 보호된 메소드

protected compileBody ( Block $block, $indent )
$block PHPCfg\Block

compileExpr() 보호된 메소드

protected compileExpr ( Expr $op, $indent )
$op PHPCfg\Op\Expr

compileFunction() 보호된 메소드

protected compileFunction ( Function_ $func )
$func PHPCfg\Op\Stmt\Function_

finish() 보호된 메소드

protected finish ( )

getLabel() 보호된 메소드

protected getLabel ( Block $block )
$block PHPCfg\Block

getVarName() 보호된 메소드

protected getVarName ( Operand $var )
$var PHPCfg\Operand

initState() 보호된 메소드

protected initState ( )