Uses of Class
org.ek9lang.compiler.ir.Operation
Packages that use Operation
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of Operation in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type Operation -
Uses of Operation in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return types with arguments of type OperationMethods in org.ek9lang.compiler.ir with parameters of type Operation -
Uses of Operation in org.ek9lang.compiler.phase7
Methods in org.ek9lang.compiler.phase7 that return OperationModifier and TypeMethodDescriptionprotected Operation
AbstractDfnGenerator.newSyntheticInitOperation
(IScope scope, String methodName) -
Uses of Operation in org.ek9lang.compiler.phase7.generator
Classes in org.ek9lang.compiler.phase7.generator that implement interfaces with type arguments of type OperationModifier and TypeClassDescriptionfinal class
Deals with the generation of the IR for OperationDetails.Methods in org.ek9lang.compiler.phase7.generator with parameters of type OperationModifier and TypeMethodDescriptionvoid
OperationDfnGenerator.accept
(Operation operation, EK9Parser.OperationDetailsContext ctx)