Expand description
Intermediate Representation types
These types match Synapse’s IR output format exactly for deserialization.
Structs§
- Field
Def - Field in a struct
- Generation
Metadata - Generation metadata tracking the full toolchain
- Generator
Info - Generator tool version information
- IR
- Top-level IR structure (matches Synapse output)
- Method
Def - Method definition
- Param
Def - Parameter definition
- Qualified
Name - Qualified name for type references (namespace.localName)
- TypeDef
- Type definition
- Variant
Def - Variant in an enum