C# 클래스 AST.StructDecln

struct-declaration : specifier-qualifier-list struct-declarator-list ';' struct-declarator-list : struct-declarator [ ',' struct-declarator ]* struct-declarator : declarator | [declarator]? ':' constant-expression
상속: ISyntaxTreeNode
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
Create ( SpecQualList specQualList, ImmutableList structDeclrs ) : StructDecln

보호된 메소드들

메소드 설명
StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System

비공개 메소드들

메소드 설명
GetMemberDeclns ( Env env ) : ExprType>>>.ISemantReturn

메소드 상세

Create() 공개 정적인 메소드

public static Create ( SpecQualList specQualList, ImmutableList structDeclrs ) : StructDecln
specQualList SpecQualList
structDeclrs ImmutableList
리턴 StructDecln

StructDecln() 보호된 메소드

protected StructDecln ( SpecQualList specQualList, ImmutableList structDeclrs ) : System
specQualList SpecQualList
structDeclrs ImmutableList
리턴 System