C# Class ABT.FuncDef

Inheritance: ExternDecln
Show file Open project: phisiart/C-Compiler

Public Properties

Property Type Description
name String
scs StorageClass
stmt Stmt
type FunctionType

Public Methods

Method Description
CGenDecln ( Env env, CGenState state ) : void
FuncDef ( String name, StorageClass scs, FunctionType type, Stmt stmt ) : System
ToString ( ) : String

Method Details

CGenDecln() public method

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

FuncDef() public method

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

ToString() public method

public ToString ( ) : String
return String

Property Details

name public property

public String name
return String

scs public property

public StorageClass scs
return StorageClass

stmt public property

public Stmt,ABT stmt
return Stmt

type public property

public FunctionType,ABT type
return FunctionType