C# Class AST.Decln

declaration : declaration-specifiers [Init-declarator-list]? ';'
Inheritance: IExternDecln
Show file Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

Method Description
Create ( DeclnSpecs declnSpecs, ImmutableList initDeclrs ) : Decln

Private Methods

Method Description
Decln ( DeclnSpecs declnSpecs, ImmutableList initDeclrs ) : System
GetDeclns ( Env env ) : ABT.Decln>>>.ISemantReturn
GetExternDecln ( Env env ) : ExternDecln>>>.ISemantReturn

Method Details

Create() public static method

public static Create ( DeclnSpecs declnSpecs, ImmutableList initDeclrs ) : Decln
declnSpecs DeclnSpecs
initDeclrs ImmutableList
return Decln