Uses of Class
org.ek9lang.compiler.ir.instructions.OperationInstr
Packages that use OperationInstr
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of OperationInstr in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type OperationInstrModifier and TypeMethodDescriptiondefault voidINodeVisitor.visit(OperationInstr operation) voidNodePrinter.visit(OperationInstr operation) -
Uses of OperationInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return OperationInstrMethods in org.ek9lang.compiler.ir.instructions that return types with arguments of type OperationInstrMethods in org.ek9lang.compiler.ir.instructions with parameters of type OperationInstr -
Uses of OperationInstr in org.ek9lang.compiler.phase7
Methods in org.ek9lang.compiler.phase7 that return OperationInstrModifier and TypeMethodDescriptionprotected OperationInstrAbstractDfnGenerator.newSyntheticInitOperation(IScope scope, String methodName) -
Uses of OperationInstr in org.ek9lang.compiler.phase7.generator
Classes in org.ek9lang.compiler.phase7.generator that implement interfaces with type arguments of type OperationInstrModifier and TypeClassDescriptionfinal classDeals with the generation of the IR for OperationDetails.Methods in org.ek9lang.compiler.phase7.generator with parameters of type OperationInstrModifier and TypeMethodDescriptionvoidOperationDfnGenerator.accept(OperationInstr operation, EK9Parser.OperationDetailsContext ctx)