PHP 클래스 QuackCompiler\Ast\Stmt\BlockStmt

상속: extends Stmt
파일 보기 프로젝트 열기: quack/quack

공개 프로퍼티들

프로퍼티 타입 설명
$stmt_list

공개 메소드들

메소드 설명
__construct ( $stmt_list )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $stmt_list )

format() 공개 메소드

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

injectScope() 공개 메소드

public injectScope ( &$parent_scope )

runTypeChecker() 공개 메소드

public runTypeChecker ( )

프로퍼티 상세

$stmt_list 공개적으로 프로퍼티

public $stmt_list