C# 클래스 AST.ForStmt

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

공개 메소드들

메소드 설명
Create ( Option init, Option cond, Option loop, Stmt body ) : Stmt
ForStmt ( Option init, Option cond, Option loop, Stmt body ) : System
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Option init, Option cond, Option loop, Stmt body ) : Stmt
init Option
cond Option
loop Option
body Stmt
리턴 Stmt

ForStmt() 공개 메소드

public ForStmt ( Option init, Option cond, Option loop, Stmt body ) : System
init Option
cond Option
loop Option
body Stmt
리턴 System

GetStmt() 공개 메소드

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