C# 클래스 AST.WhileStmt

While Statement while (cond) { body } cond must be of scalar type
상속: Stmt
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Expr cond, Stmt body ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple
WhileStmt ( Expr cond, Stmt body ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Expr cond, Stmt body ) : Stmt
cond Expr
body Stmt
리턴 Stmt

GetStmt() 공개 메소드

public GetStmt ( ABT env ) : ABT.Stmt>.Tuple
env ABT
리턴 ABT.Stmt>.Tuple

WhileStmt() 공개 메소드

public WhileStmt ( Expr cond, Stmt body ) : System
cond Expr
body Stmt
리턴 System