PHP Class QuackCompiler\Ast\Stmt\StmtList

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

Public Properties

Property Type Description
$stmt_list

Public Methods

Method Description
__construct ( $stmt_list )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

Method Details

__construct() public method

public __construct ( $stmt_list )

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

$stmt_list public property

public $stmt_list