MCPcopy Create free account
hub / github.com/NICUP14/MiniLang / Array

Class Array

src/Def.py:178–187  ·  view source on GitHub ↗

Contains the meta-data of an array type.

Source from the content-addressed store, hash-verified

176
177@dataclass
178class Array:
179 """
180 Contains the meta-data of an array type.
181 """
182
183 name: str
184 elem_cnt: int
185 elem_type: VariableType
186 off: int
187 is_local: bool
188
189
190@dataclass

Callers 1

declareMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected