C# 클래스 AST.FuncDef

상속: ExternDecln
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
Create ( Option declnSpecs, Declr declr, Stmt body ) : FuncDef
FuncDef ( DeclnSpecs specs, Declr declr, CompoundStmt stmt ) : System

비공개 메소드들

메소드 설명
GetExternDecln ( AST.Env env ) : ExternDecln>>>.ISemantReturn

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Option declnSpecs, Declr declr, Stmt body ) : FuncDef
declnSpecs Option
declr Declr
body Stmt
리턴 FuncDef

FuncDef() 공개 메소드

public FuncDef ( DeclnSpecs specs, Declr declr, CompoundStmt stmt ) : System
specs DeclnSpecs
declr Declr
stmt CompoundStmt
리턴 System