frontend/ir_generator library
Classes
- ClassIr
- Represents the IR for a class.
- FieldInfo
- Information about a class field.
- FileIr
- Represents the IR for an entire file.
- FunctionIr
- Represents the IR for a single function/method.
- IrGenerator
- Generates IR from Dart source files.
Extensions
- IrGeneratorExtension on SourceLoader
- Extension to provide convenient IR generation from SourceLoader.