PHP Class PHPCompiler\Backend\PHP7\PHP

Inheritance: extends PHPCompiler\AbstractBackend
Afficher le fichier Open project: ircmaxell/php-compiler

Méthodes protégées

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

Method Details

compileBody() protected méthode

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

compileExpr() protected méthode

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

compileFunction() protected méthode

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

finish() protected méthode

protected finish ( )

getLabel() protected méthode

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

getVarName() protected méthode

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

initState() protected méthode

protected initState ( )