Class SynchronizedFilter.Matcher
- java.lang.Object
-
- org.jacoco.core.internal.analysis.filter.AbstractMatcher
-
- org.jacoco.core.internal.analysis.filter.SynchronizedFilter.Matcher
-
- Enclosing class:
- SynchronizedFilter
private static class SynchronizedFilter.Matcher extends AbstractMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private org.objectweb.asm.tree.AbstractInsnNode
start
-
Fields inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
cursor, vars
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Matcher(org.objectweb.asm.tree.AbstractInsnNode start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.objectweb.asm.tree.AbstractInsnNode
match()
private boolean
nextIsEcj()
private boolean
nextIsJavac()
-
Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsInvokeStatic, nextIsInvokeSuper, nextIsInvokeVirtual, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
-