C# Class ABT.FuncDef

Inheritance: ExternDecln
Datei anzeigen 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_oe property

public String name
return String

scs public_oe property

public StorageClass scs
return StorageClass

stmt public_oe property

public Stmt,ABT stmt
return Stmt

type public_oe property

public FunctionType,ABT type
return FunctionType