EnumDeclaration

Undocumented in source.

Constructors

this
this(TokenIndex loc, ScopeIndex parentScope, ScopeIndex memberScope, AstNodes members, AstIndex memberType, Identifier id)
Undocumented in source.
this
this(TokenIndex loc, ScopeIndex parentScope, ScopeIndex memberScope, AstNodes members, AstIndex memberType)

Anonymous / not a type

Members

Functions

isAnonymous
bool isAnonymous()
Undocumented in source. Be warned that the author may not have intended to support it.
sizealign
SizeAndAlignment sizealign(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ScopeDeclNodeData!(AstType.decl_enum, AstFlags.isType)
Undocumented in source.

Variables

id
Identifier id;
Undocumented in source.
memberScope
ScopeIndex memberScope;
Undocumented in source.
memberType
AstIndex memberType;
Undocumented in source.
parentScope
ScopeIndex parentScope;
Undocumented in source.

Meta