C# Class AST.ParamDecln

Parameter Declaration. int foo(int arg0, int arg1); ~~~~~~~~ int foo(int, int); ~~~ The declarator can be completely omitted.
Inheritance: ISyntaxTreeNode
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Create ( DeclnSpecs declnSpecs, Option paramDeclr ) : ParamDecln

Méthodes protégées

Méthode Description
ParamDecln ( DeclnSpecs declnSpecs, ParamDeclr paramDeclr ) : System

Private Methods

Méthode Description
GetParamType ( Env env ) : ISemantReturn

Method Details

Create() public static méthode

public static Create ( DeclnSpecs declnSpecs, Option paramDeclr ) : ParamDecln
declnSpecs DeclnSpecs
paramDeclr Option
Résultat ParamDecln

ParamDecln() protected méthode

protected ParamDecln ( DeclnSpecs declnSpecs, ParamDeclr paramDeclr ) : System
declnSpecs DeclnSpecs
paramDeclr ParamDeclr
Résultat System