Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPCfg
Block
PHP 클래스 PHPCfg\Block
파일 보기
프로젝트 열기: ircmaxell/php-cfg
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$children
Op[]
$dead
$parents
Block[]
$phi
PHPCfg\Op\Phi[]
공개 메소드들
메소드
설명
__construct
(
Block
$parent
= null )
addParent
(
Block
$parent
)
create
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
Block
$parent
= null )
$parent
Block
addParent()
공개
메소드
public
addParent
(
Block
$parent
)
$parent
Block
create()
공개
메소드
public
create
( )
프로퍼티 상세
$children
공개적으로 프로퍼티
public
Op[],phpcfg
$children
리턴
Op[]
$dead
공개적으로 프로퍼티
public
$dead
$parents
공개적으로 프로퍼티
public
Block[],phpcfg
$parents
리턴
Block[]
$phi
공개적으로 프로퍼티
public
Phi[],PHPCfg\Op
$phi
리턴
PHPCfg\Op\Phi[]