PHP 클래스 QuackCompiler\Ast\Stmt\FnStmt

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

공개 프로퍼티들

프로퍼티 타입 설명
$body
$is_method
$is_pub
$is_short
$signature

공개 메소드들

메소드 설명
__construct ( $signature, $body, $is_pub, $is_method, $is_short )
flagBindSelf ( )
flagBindSuper ( )
format ( Parser $parser )
injectScope ( &$parent_scope )
runTypeChecker ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $signature, $body, $is_pub, $is_method, $is_short )

flagBindSelf() 공개 메소드

public flagBindSelf ( )

flagBindSuper() 공개 메소드

public flagBindSuper ( )

format() 공개 메소드

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

injectScope() 공개 메소드

public injectScope ( &$parent_scope )

runTypeChecker() 공개 메소드

public runTypeChecker ( )

프로퍼티 상세

$body 공개적으로 프로퍼티

public $body

$is_method 공개적으로 프로퍼티

public $is_method

$is_pub 공개적으로 프로퍼티

public $is_pub

$is_short 공개적으로 프로퍼티

public $is_short

$signature 공개적으로 프로퍼티

public $signature