|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFilterOutput
Interface used by filters to mark filtered items.
| Method Summary | |
|---|---|
void |
ignore(org.objectweb.asm.tree.AbstractInsnNode fromInclusive,
org.objectweb.asm.tree.AbstractInsnNode toInclusive)
Marks sequence of instructions that should be ignored during computation of coverage. |
void |
merge(org.objectweb.asm.tree.AbstractInsnNode i1,
org.objectweb.asm.tree.AbstractInsnNode i2)
Marks two instructions that should be merged during computation of coverage. |
void |
replaceBranches(org.objectweb.asm.tree.AbstractInsnNode source,
Set<org.objectweb.asm.tree.AbstractInsnNode> newTargets)
Marks instruction whose outgoing branches should be replaced during computation of coverage. |
| Method Detail |
|---|
void ignore(org.objectweb.asm.tree.AbstractInsnNode fromInclusive,
org.objectweb.asm.tree.AbstractInsnNode toInclusive)
fromInclusive - first instruction that should be ignored, inclusivetoInclusive - last instruction coming after fromInclusive that
should be ignored, inclusive
void merge(org.objectweb.asm.tree.AbstractInsnNode i1,
org.objectweb.asm.tree.AbstractInsnNode i2)
i1 - first instructioni2 - second instruction
void replaceBranches(org.objectweb.asm.tree.AbstractInsnNode source,
Set<org.objectweb.asm.tree.AbstractInsnNode> newTargets)
source - instruction which branches should be replacednewTargets - new targets of branches
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||