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 IRContext
AbstractDfnGenerator.newPerConstructContext()
Create a new IRContext for per-construct isolation.Methods in org.ek9lang.compiler.phase7 with parameters of type IRContextModifier and TypeMethodDescriptionvoid
IRDfnGenerator.processTextBodyDeclaration
(EK9Parser.TextBodyDeclarationContext ctx, IRContext context) -
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.