EnumMemberSymbol

An enum member symbol.

class EnumMemberSymbol : VariableSymbol {}

Inherited Members

From VariableSymbol

prot
Protection prot;

The protection.

stcs
StorageClass stcs;

The storage classes.

linkage
LinkageType linkage;

The linkage type.

type
Type type;

The type of this variable.

value
Expression value;

The value of this variable.

Meta