Uses of Class
org.ek9lang.compiler.phase7.generation.IRContext
Packages that use IRContext
Package
Description
K - Intermediate Representation Generation.
-
Uses of IRContext in org.ek9lang.compiler.phase7
Methods in org.ek9lang.compiler.phase7 that return IRContextModifier and TypeMethodDescriptionprotected IRContextAbstractDfnGenerator.newPerConstructContext()Create a new IRContext for per-construct isolation.Methods in org.ek9lang.compiler.phase7 with parameters of type IRContextModifier and TypeMethodDescriptionvoidParameterizedTypeScenarioProcessor.accept(ParsedModule parsedModule, IRModule irModule, IRContext irContext) Process parameterized types in a module. -
Uses of IRContext in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation that return IRContextModifier and TypeMethodDescriptionIRGenerationContext.getCurrentIRContext()Get current IRContext from stack frame (traverses up to find method-level IRContext).IRGenerationContext.getIRContext()Get the underlying IR context.IRInstructionBuilder.getIRContext()Get the original IRContext for legacy generator compatibility.Constructors in org.ek9lang.compiler.phase7.generation with parameters of type IRContextModifierConstructorDescriptionDebugInfoCreator(IRContext context) IRGenerationContext(IRContext irContext) Create a new IR generation context with existing IRContext.IRGenerationContext(IRContext irContext, CoverageProbePlacer sharedProbePlacer) Create a new IR generation context with optional shared CoverageProbePlacer.