C# Class AST.StructDecln

struct-declaration : specifier-qualifier-list struct-declarator-list ';' struct-declarator-list : struct-declarator [ ',' struct-declarator ]* struct-declarator : declarator | [declarator]? ':' constant-expression
Inheritance: ISyntaxTreeNode
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Create ( SpecQualList specQualList, ImmutableList structDeclrs ) : StructDecln

Méthodes protégées

Méthode Description
StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System

Private Methods

Méthode Description
GetMemberDeclns ( Env env ) : ExprType>>>.ISemantReturn

Method Details

Create() public static méthode

public static Create ( SpecQualList specQualList, ImmutableList structDeclrs ) : StructDecln
specQualList SpecQualList
structDeclrs ImmutableList
Résultat StructDecln

StructDecln() protected méthode

protected StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System
specQualList SpecQualList
structDeclrs ImmutableList
Résultat System