C# Class ABT.FuncDef

Inheritance: ExternDecln
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Свойство Type Description
name String
scs StorageClass
stmt Stmt
type FunctionType

Méthodes publiques

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

Method Details

CGenDecln() public méthode

public CGenDecln ( Env env, CGenState state ) : void
env Env
state CodeGeneration.CGenState
Résultat void

FuncDef() public méthode

public FuncDef ( String name, StorageClass scs, FunctionType type, Stmt stmt ) : System
name String
scs StorageClass
type FunctionType
stmt Stmt
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

name public_oe property

public String name
Résultat String

scs public_oe property

public StorageClass scs
Résultat StorageClass

stmt public_oe property

public Stmt,ABT stmt
Résultat Stmt

type public_oe property

public FunctionType,ABT type
Résultat FunctionType