Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AST
IfStmt
C# 클래스 AST.IfStmt
If Statement: if (cond) stmt; If cond is non-zero, stmt is executed. cond must be arithmetic or pointer type.
상속:
Stmt
파일 보기
프로젝트 열기: phisiart/C-Compiler
1 사용 예제들
공개 메소드들
메소드
설명
Create
(
Expr
cond
,
Stmt
stmt
) :
Stmt
GetStmt
(
ABT
env
) :
ABT.Stmt>.Tuple
IfStmt
(
Expr
cond
,
Stmt
stmt
) :
System
메소드 상세
Create()
공개
정적인
메소드
public
static
Create
(
Expr
cond
,
Stmt
stmt
) :
Stmt
cond
Expr
stmt
Stmt
리턴
Stmt
GetStmt()
공개
메소드
public
GetStmt
(
ABT
env
) :
ABT.Stmt>.Tuple
env
ABT
리턴
ABT.Stmt>.Tuple
IfStmt()
공개
메소드
public
IfStmt
(
Expr
cond
,
Stmt
stmt
) :
System
cond
Expr
stmt
Stmt
리턴
System