Module dcfile

Source
Expand description

Root structure that stores the collection of DC elements in memory. Provides functions for manipulating the tree.

Modules§

interim 🔒
Contains intermediate DC file structure and logic for semantic analysis as the DC file is being built.

Structs§

DCFile
Data model that provides a high level representation of a single, or collection, of DC files and their elements such as class imports, type definitions, structures, and Distributed Classes.
DCPythonImport
Represents a Python-style import statement in the DC file.