PHP 클래스 QuackCompiler\Ast\Stmt\ImplStmt

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

공개 프로퍼티들

프로퍼티 타입 설명
$body
$class_for
$class_or_shape
$type

공개 메소드들

메소드 설명
__construct ( $type, $class_or_shape, $class_for, $body )
format ( Parser $parser )
injectScope ( &$parent_scope )

비공개 메소드들

메소드 설명
formatQualifiedName ( $name )

메소드 상세

__construct() 공개 메소드

public __construct ( $type, $class_or_shape, $class_for, $body )

format() 공개 메소드

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

injectScope() 공개 메소드

public injectScope ( &$parent_scope )

프로퍼티 상세

$body 공개적으로 프로퍼티

public $body

$class_for 공개적으로 프로퍼티

public $class_for

$class_or_shape 공개적으로 프로퍼티

public $class_or_shape

$type 공개적으로 프로퍼티

public $type