Class KotlinCoroutineFilter.Matcher

java.lang.Object
org.jacoco.core.internal.analysis.filter.AbstractMatcher
org.jacoco.core.internal.analysis.filter.KotlinCoroutineFilter.Matcher
Enclosing class:
KotlinCoroutineFilter

private static class KotlinCoroutineFilter.Matcher extends AbstractMatcher
  • Constructor Details

    • Matcher

      private Matcher()
  • Method Details

    • matchSuspendCoroutineUninterceptedOrReturn

      private void matchSuspendCoroutineUninterceptedOrReturn(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output)
    • matchOptimizedTailCall

      private void matchOptimizedTailCall(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output)
    • match

      private void match(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output)
    • nextIsStateSwitch

      private org.objectweb.asm.tree.TableSwitchInsnNode nextIsStateSwitch()
    • nextIsThrowOnFailure

      private void nextIsThrowOnFailure()