Uses of Package
org.ek9lang.compiler.ir
Packages that use org.ek9lang.compiler.ir
Package
Description
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.backend
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.backend.jvm
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.backend.llvm
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.commonClassDescriptionRepresents an argument to a call on a method or a function.Models a simple assignment of a value to a variable.The concept of a block of code, i.e.General call to function or method (for example), but not a constructor.While on the surface just looks like a sequence of INodes (like Instructions).In EK9 every construct becomes one of these nodes.Specific Marker node for calling a constructor.Models the idea of some form of expression (of which there is a myriad of forms).The concept of an order list of instructions.Represents a literal value.Not really an item that has executable qualities, but more as a marker in code.An operation of some sort on a Construct.Represents a parameter on a method or a function.Models a return value from a method or function.Represents a single statement, could be also in the form of an expression.Just the declaration of a variable.A reference to a variable.
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.irClassDescriptionRepresents an argument to a call on a method or a function.The concept of a block of code, i.e.General call to function or method (for example), but not a constructor.Models the concept of an Intermediate Representation construct.The concept of an order list of instructions.Not really an item that has executable qualities, but more as a marker in code.An operation of some sort on a Construct.Represents a parameter on a method or a function.Models a return value from a method or function.
-
Classes in org.ek9lang.compiler.ir used by org.ek9lang.compiler.phase7ClassDescriptionRepresents an argument to a call on a method or a function.The concept of a block of code, i.e.In EK9 every construct becomes one of these nodes.Models the concept of an Intermediate Representation construct.The concept of an order list of instructions.