Class KotlinCoroutineFilter.Matcher
java.lang.Object
org.jacoco.core.internal.analysis.filter.AbstractMatcher
org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter.Matcher
- Enclosing class:
- KotlinCoroutineFilter
-
Field Summary
Fields inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
cursor, vars
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
match
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) private void
matchOptimizedTailCall
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) private void
private void
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
-
matchOptimizedTailCall
private void matchOptimizedTailCall(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) -
match
-
nextIsThrowOnFailure
private void nextIsThrowOnFailure() -
nextIsCreateStateInstance
private void nextIsCreateStateInstance()
-