Uses of Interface
org.jacoco.core.internal.flow.IFrame
-
Packages that use IFrame Package Description org.jacoco.core.internal.analysis org.jacoco.core.internal.flow org.jacoco.core.internal.instr -
-
Uses of IFrame in org.jacoco.core.internal.analysis
Methods in org.jacoco.core.internal.analysis with parameters of type IFrame Modifier and Type Method Description voidMethodAnalyzer. visitJumpInsnWithProbe(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame)voidMethodAnalyzer. visitLookupSwitchInsnWithProbes(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame)voidMethodAnalyzer. visitTableSwitchInsnWithProbes(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame) -
Uses of IFrame in org.jacoco.core.internal.flow
Classes in org.jacoco.core.internal.flow that implement IFrame Modifier and Type Class Description (package private) classFrameSnapshotIFrame implementation which creates snapshots from anAnalyzerAdapterMethods in org.jacoco.core.internal.flow that return IFrame Modifier and Type Method Description (package private) static IFrameFrameSnapshot. create(org.objectweb.asm.commons.AnalyzerAdapter analyzer, int popCount)Create a IFrame instance based on the given analyzer.private IFrameMethodProbesAdapter. frame(int popCount)Methods in org.jacoco.core.internal.flow with parameters of type IFrame Modifier and Type Method Description voidMethodProbesVisitor. visitJumpInsnWithProbe(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame)Visits a jump instruction.voidMethodProbesVisitor. visitLookupSwitchInsnWithProbes(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame)Visits a LOOKUPSWITCH instruction with optional probes for each target label.voidMethodProbesVisitor. visitTableSwitchInsnWithProbes(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame)Visits a TABLESWITCH instruction with optional probes for each target label. -
Uses of IFrame in org.jacoco.core.internal.instr
Methods in org.jacoco.core.internal.instr with parameters of type IFrame Modifier and Type Method Description private voidMethodInstrumenter. insertIntermediateProbe(org.objectweb.asm.Label label, IFrame frame)private voidMethodInstrumenter. insertIntermediateProbes(org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame)voidMethodInstrumenter. visitJumpInsnWithProbe(int opcode, org.objectweb.asm.Label label, int probeId, IFrame frame)voidMethodInstrumenter. visitLookupSwitchInsnWithProbes(org.objectweb.asm.Label dflt, int[] keys, org.objectweb.asm.Label[] labels, IFrame frame)voidMethodInstrumenter. visitTableSwitchInsnWithProbes(int min, int max, org.objectweb.asm.Label dflt, org.objectweb.asm.Label[] labels, IFrame frame)
-