Package org.ek9lang.compiler.ir


package org.ek9lang.compiler.ir
  • Class
    Description
    Represents 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).
    Models the concept of an Intermediate Representation construct.
    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.