Uses of Class
org.ek9lang.compiler.ir.instructions.CoverageRegisterInstr
Packages that use CoverageRegisterInstr
Package
Description
Common parts of processing that can be reused across various phases.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of CoverageRegisterInstr in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type CoverageRegisterInstrModifier and TypeMethodDescriptiondefault voidINodeVisitor.visit(CoverageRegisterInstr coverageRegister) -
Uses of CoverageRegisterInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return CoverageRegisterInstrModifier and TypeMethodDescriptionstatic CoverageRegisterInstrCoverageRegisterInstr.register(CoverageModuleDetails moduleDetails, DebugInfo debugInfo) Create a coverage register instruction.