C# Class AST.FuncDef

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

Public Methods

Method Description
Create ( Option declnSpecs, Declr declr, Stmt body ) : FuncDef
FuncDef ( DeclnSpecs specs, Declr declr, CompoundStmt stmt ) : System

Private Methods

Method Description
GetExternDecln ( AST.Env env ) : ExternDecln>>>.ISemantReturn

Method Details

Create() public static method

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

FuncDef() public method

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