Class ExhaustiveSwitchFilter.Matcher
java.lang.Object
org.jacoco.core.internal.analysis.filter.AbstractMatcher
org.jacoco.core.internal.analysis.filter.ExhaustiveSwitchFilter.Matcher
- Enclosing class:
ExhaustiveSwitchFilter
-
Field Summary
Fields inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
cursor, vars
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
match
(org.objectweb.asm.tree.AbstractInsnNode start, int line, IFilterOutput output) private static org.objectweb.asm.tree.AbstractInsnNode
skipToLineNumberOrInstruction
(org.objectweb.asm.tree.AbstractInsnNode cursor) Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsField, nextIsInvoke, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
Constructor Details
-
Matcher
private Matcher()
-
-
Method Details
-
match
-
skipToLineNumberOrInstruction
private static org.objectweb.asm.tree.AbstractInsnNode skipToLineNumberOrInstruction(org.objectweb.asm.tree.AbstractInsnNode cursor)
-