Uses of Class
org.ek9lang.compiler.ir.Construct
Packages that use Construct
Package
Description
B - For the EK9 compiler itself.
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of Construct in org.ek9lang.compiler
Methods in org.ek9lang.compiler that return types with arguments of type ConstructMethods in org.ek9lang.compiler with parameters of type Construct -
Uses of Construct in org.ek9lang.compiler.backend
Classes in org.ek9lang.compiler.backend that implement interfaces with type arguments of type ConstructModifier and TypeClassDescriptionclass
Given a TargetArchitecture from the configFlags, this function will provide a function that creates (if not present) and returns the File for a Construct.Methods in org.ek9lang.compiler.backend that return ConstructModifier and TypeMethodDescriptionConstructTargetTuple.construct()
Returns the value of theconstruct
record component.Methods in org.ek9lang.compiler.backend that return types with arguments of type ConstructConstructors in org.ek9lang.compiler.backend with parameters of type ConstructModifierConstructorDescriptionConstructTargetTuple
(Construct construct, String relativeFileName, CompilerFlags compilerFlags, File targetFile) Creates an instance of aConstructTargetTuple
record class. -
Uses of Construct in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type ConstructModifier and TypeClassDescriptionfinal class
Returns File Object in the appropriate location for jvm output.Methods in org.ek9lang.compiler.backend.jvm with parameters of type Construct -
Uses of Construct in org.ek9lang.compiler.backend.llvm
Classes in org.ek9lang.compiler.backend.llvm that implement interfaces with type arguments of type ConstructModifier and TypeClassDescriptionfinal class
Creates the File Object in the appropriate location for llvm output.Methods in org.ek9lang.compiler.backend.llvm with parameters of type Construct -
Uses of Construct in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type Construct -
Uses of Construct in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type ConstructModifier and TypeClassDescription(package private) final class
Creates the appropriate IR Construct for an Aggregate of type 'program'.Methods in org.ek9lang.compiler.phase7 that return Construct