| public nothrow | GlobalVariable(Type* type_, const String<char>& name_, ConstantValue* initializer_, int line_, Location* homeLocation_, bool once_) |
| public void | GenerateDeclaration(MachineCode& machineCode) |
| public void | GenerateDefinition(MachineCode& machineCode, Context& context) |
| public override nothrow Location* | HomeLocation() const |
| public override nothrow String<char> | Name() const |
| public void | Print(CodeFormatter& formatter) |
| public void | Validate() |
| public Location* | homeLocation |
| public ConstantValue* | initializer |
| public String<char> | name |
| public bool | once |