Class TryWithResourcesEcjFilter.Matcher

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

static class TryWithResourcesEcjFilter.Matcher extends AbstractMatcher
  • Field Details

    • output

      private final IFilterOutput output
    • owners

      private final Map<String,String> owners
    • labels

      private final Map<String,org.objectweb.asm.tree.LabelNode> labels
    • start

      private org.objectweb.asm.tree.AbstractInsnNode start
  • Constructor Details

  • Method Details

    • start

      private void start(org.objectweb.asm.tree.AbstractInsnNode start)
    • matchEcj

      private boolean matchEcj()
    • matchEcjNoFlowOut

      private boolean matchEcjNoFlowOut()
    • nextIsEcjClose

      private boolean nextIsEcjClose(String name)
    • nextIsEcjCloseAndThrow

      private boolean nextIsEcjCloseAndThrow(String name)
    • nextIsEcjSuppress

      private boolean nextIsEcjSuppress(String name)
    • nextIsClose

      private void nextIsClose(String name)
    • nextIsJump

      private void nextIsJump(int opcode, String name)
    • nextIsLabel

      private void nextIsLabel(String name)