C# 클래스 ABT.FuncDef

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

공개 프로퍼티들

프로퍼티 타입 설명
name String
scs StorageClass
stmt Stmt
type FunctionType

공개 메소드들

메소드 설명
CGenDecln ( Env env, CGenState state ) : void
FuncDef ( String name, StorageClass scs, FunctionType type, Stmt stmt ) : System
ToString ( ) : String

메소드 상세

CGenDecln() 공개 메소드

public CGenDecln ( Env env, CGenState state ) : void
env Env
state CodeGeneration.CGenState
리턴 void

FuncDef() 공개 메소드

public FuncDef ( String name, StorageClass scs, FunctionType type, Stmt stmt ) : System
name String
scs StorageClass
type FunctionType
stmt Stmt
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

name 공개적으로 프로퍼티

public String name
리턴 String

scs 공개적으로 프로퍼티

public StorageClass scs
리턴 StorageClass

stmt 공개적으로 프로퍼티

public Stmt,ABT stmt
리턴 Stmt

type 공개적으로 프로퍼티

public FunctionType,ABT type
리턴 FunctionType