PHP Class QuackCompiler\Ast\Stmt\ForStmt

Inheritance: extends Stmt
Afficher le fichier Open project: quack/quack

Méthodes publiques

Свойство Type Description
$body
$by
$from
$to
$variable

Méthodes publiques

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

Method Details

__construct() public méthode

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

format() public méthode

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

injectScope() public méthode

public injectScope ( &$parent_scope )

runTypeChecker() public méthode

public runTypeChecker ( )

Property Details

$body public_oe property

public $body

$by public_oe property

public $by

$from public_oe property

public $from

$to public_oe property

public $to

$variable public_oe property

public $variable