Uses of Class
org.ek9lang.compiler.ir.instructions.CoverageFinalizeInstr
Packages that use CoverageFinalizeInstr
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of CoverageFinalizeInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type CoverageFinalizeInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for CoverageFinalizeInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type CoverageFinalizeInstrModifier and TypeMethodDescriptionvoidCoverageFinalizeAsmGenerator.accept(CoverageFinalizeInstr finalize) Generate coverage finalization bytecode.voidOutputVisitor.visit(CoverageFinalizeInstr coverageFinalizeInstr) Typed visit method for CoverageFinalizeInstr - delegates to specialized generator. -
Uses of CoverageFinalizeInstr in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type CoverageFinalizeInstrModifier and TypeMethodDescriptiondefault voidINodeVisitor.visit(CoverageFinalizeInstr coverageFinalize) -
Uses of CoverageFinalizeInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return CoverageFinalizeInstrModifier and TypeMethodDescriptionstatic CoverageFinalizeInstrCreate a coverage finalize instruction with explicit output path.static CoverageFinalizeInstrCreate a coverage finalize instruction with default output path.