Searched refs:structure (Results 1 – 5 of 5) sorted by relevance
17 self.structure = None28 def register_structure(self, structure): argument29 self.structure = structure33 for elem in self.structure:
177 assert tree.structure and isinstance(tree.structure, tuple)178 …assert tree.structure != ("value",), f"{tree.label} is not expected to be handled by the default h…192 if isinstance(tree.structure[0], int):193 opcode = tree.structure[0]
69 structure = grammar.get_names(label)87 tree.register_structure(structure)
277 self.structure = grammar.get_names(label)280 self.structure = seq284 tree.register_structure(self.structure)
149 The source code structure:
Completed in 7 milliseconds