AggregateDecl

abstract
class AggregateDecl : Declaration {
Token* name;
CompoundDecl decls;
}

Members

Functions

nameId
Identifier* nameId()

Returns the Identifier of this declaration, or null if anonymous.

Meta