PHP Class QuackCompiler\Ast\Stmt\ForStmt

Inheritance: extends Stmt
Show file Open project: quack/quack

Public Properties

Property Type Description
$body
$by
$from
$to
$variable

Public Methods

Method Description
__construct ( $variable, $from, $to, $by, $body )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public method

public __construct ( $variable, $from, $to, $by, $body )

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 property

public $body

$by public property

public $by

$from public property

public $from

$to public property

public $to

$variable public property

public $variable