PHP Class QuackCompiler\Ast\Stmt\IfStmt

Inheritance: extends Stmt
Mostrar archivo Open project: quack/quack

Public Properties

Property Type Description
$body
$condition
$elif
$else

Public Methods

Method Description
__construct ( $condition, $body, $elif, $else )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public method

public __construct ( $condition, $body, $elif, $else )

format() public method

public format ( Parser $parser )
$parser QuackCompiler\Parser\Parser

injectScope() public method

public injectScope ( &$parent_scope )

runTypeChecker() public method

public runTypeChecker ( )

Property Details

$body public_oe property

public $body

$condition public_oe property

public $condition

$elif public_oe property

public $elif

$else public_oe property

public $else