Uses of Record Class
org.ek9lang.compiler.ir.data.ProgramDetails
Packages that use ProgramDetails
-
Uses of ProgramDetails in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return types with arguments of type ProgramDetailsModifier and TypeMethodDescriptionProgramEntryPointInstr.getAvailablePrograms()
Get the complete list of available programs.Constructor parameters in org.ek9lang.compiler.ir.instructions with type arguments of type ProgramDetailsModifierConstructorDescriptionProgramEntryPointInstr
(List<ProgramDetails> availablePrograms, DebugInfo debugInfo) Create program entry point instruction with complete program metadata. -
Uses of ProgramDetails in org.ek9lang.compiler.phase7.support
Classes in org.ek9lang.compiler.phase7.support that implement interfaces with type arguments of type ProgramDetailsModifier and TypeClassDescriptionfinal class
Extracts metadata from EK9 program symbols to create ProgramDetails objects for the PROGRAM_ENTRY_POINT_BLOCK.Methods in org.ek9lang.compiler.phase7.support that return ProgramDetails