Uses of Class
org.ek9lang.compiler.ir.Instructions
Packages that use Instructions
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of Instructions in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type InstructionsModifier and TypeMethodDescriptiondefault void
INodeVisitor.visit
(Instructions instructions) void
NodePrinter.visit
(Instructions instructions) -
Uses of Instructions in org.ek9lang.compiler.ir
Subclasses of Instructions in org.ek9lang.compiler.ir -
Uses of Instructions in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type InstructionsModifier and TypeClassDescriptionclass
Deals with creating a set of instructions for the task of declaring a variable and assigning an initial value to it.Methods in org.ek9lang.compiler.phase7 that return InstructionsModifier and TypeMethodDescriptionVariableDeclCreator.apply
(EK9Parser.VariableDeclarationContext ctx)