C# 클래스 AST.DoWhileStmt

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

공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

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

DoWhileStmt() 공개 메소드

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

GetStmt() 공개 메소드

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