Uses of Class
org.ek9lang.compiler.phase7.generation.IRInstructionBuilder
Packages that use IRInstructionBuilder
Package
Description
-
Uses of IRInstructionBuilder in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions with parameters of type IRInstructionBuilder -
Uses of IRInstructionBuilder in org.ek9lang.compiler.phase7.generator
Fields in org.ek9lang.compiler.phase7.generator declared as IRInstructionBuilderModifier and TypeFieldDescriptionprotected final IRInstructionBuilder
AbstractGenerator.instructionBuilder
Constructors in org.ek9lang.compiler.phase7.generator with parameters of type IRInstructionBuilderModifierConstructorDescription(package private)
LiteralGenerator
(IRInstructionBuilder instructionBuilder) -
Uses of IRInstructionBuilder in org.ek9lang.compiler.phase7.helpers
Fields in org.ek9lang.compiler.phase7.helpers declared as IRInstructionBuilderModifier and TypeFieldDescriptionprotected final IRInstructionBuilder
AbstractIRHelper.instructionBuilder
The instruction builder for creating IR instructions with automatic context.Constructors in org.ek9lang.compiler.phase7.helpers with parameters of type IRInstructionBuilderModifierConstructorDescriptionprotected
AbstractIRHelper
(IRInstructionBuilder instructionBuilder) Create a new IR helper with the instruction builder.ApplicationBindingIRHelper
(IRInstructionBuilder instructionBuilder) AspectWeavingIRHelper
(IRInstructionBuilder instructionBuilder) CallIRHelper
(IRInstructionBuilder instructionBuilder) EnumerationIRHelper
(IRInstructionBuilder instructionBuilder) Create the enumeration IR helper.ExpressionIRHelper
(IRInstructionBuilder instructionBuilder) InjectionPointIRHelper
(IRInstructionBuilder instructionBuilder) StatementIRHelper
(IRInstructionBuilder instructionBuilder) SyntheticMethodIRHelper
(IRInstructionBuilder instructionBuilder) Create the synthetic method IR helper.