PHP Class PHPCompiler\Backend\PHP7\PHP

Inheritance: extends PHPCompiler\AbstractBackend
Exibir arquivo Open project: ircmaxell/php-compiler

Protected Methods

Method Description
compileBody ( Block $block, $indent )
compileExpr ( Expr $op, $indent )
compileFunction ( Function_ $func )
finish ( )
getLabel ( Block $block )
getVarName ( Operand $var )
initState ( )

Method Details

compileBody() protected method

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

compileExpr() protected method

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

compileFunction() protected method

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

finish() protected method

protected finish ( )

getLabel() protected method

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

getVarName() protected method

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

initState() protected method

protected initState ( )