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.
-
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(long moduleId, String moduleName, int probeCount, DebugInfo debugInfo) Create a coverage register instruction with minimal details.static CoverageRegisterInstrCoverageRegisterInstr.register(CoverageModuleDetails moduleDetails, DebugInfo debugInfo) Create a coverage register instruction.