C# 클래스 AST.CompoundStmt

상속: Stmt
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

메소드 설명
CompoundStmt ( List declns, List stmts ) : System
Create ( ImmutableList declns, ImmutableList stmts ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

메소드 상세

CompoundStmt() 공개 메소드

public CompoundStmt ( List declns, List stmts ) : System
declns List
stmts List
리턴 System

Create() 공개 정적인 메소드

public static Create ( ImmutableList declns, ImmutableList stmts ) : Stmt
declns ImmutableList
stmts ImmutableList
리턴 Stmt

GetStmt() 공개 메소드

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