Uses of Record Class
org.ek9lang.compiler.backend.ConstructTargetTuple
Packages that use ConstructTargetTuple
Package
Description
-
Uses of ConstructTargetTuple in org.ek9lang.compiler.backend
Classes in org.ek9lang.compiler.backend that implement interfaces with type arguments of type ConstructTargetTupleModifier and TypeClassDescriptionfinal class
Locates the appropriate IR node visitor for the appropriate target architecture.Methods in org.ek9lang.compiler.backend with parameters of type ConstructTargetTupleModifier and TypeMethodDescriptionOutputVisitorLocator.apply
(ConstructTargetTuple constructTargetTuple) -
Uses of ConstructTargetTuple in org.ek9lang.compiler.backend.jvm
Fields in org.ek9lang.compiler.backend.jvm declared as ConstructTargetTupleModifier and TypeFieldDescriptionprotected final ConstructTargetTuple
AbstractAsmGenerator.constructTargetTuple
Constructors in org.ek9lang.compiler.backend.jvm with parameters of type ConstructTargetTupleModifierConstructorDescriptionprotected
AbstractAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) (package private)
AsmStructureCreator
(ConstructTargetTuple constructTargetTuple, INodeVisitor visitor) BranchInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) CallInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) LabelInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) LiteralInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) MemoryInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) OutputVisitor
(ConstructTargetTuple constructTargetTuple) ScopeInstrAsmGenerator
(ConstructTargetTuple constructTargetTuple, OutputVisitor outputVisitor, org.objectweb.asm.ClassWriter classWriter) -
Uses of ConstructTargetTuple in org.ek9lang.compiler.backend.llvm.cpp
Constructors in org.ek9lang.compiler.backend.llvm.cpp with parameters of type ConstructTargetTuple