Class RecordsFilter.Matcher
- java.lang.Object
-
- org.jacoco.core.internal.analysis.filter.AbstractMatcher
-
- org.jacoco.core.internal.analysis.filter.RecordsFilter.Matcher
-
- Enclosing class:
- RecordsFilter
private static class RecordsFilter.Matcher extends AbstractMatcher
-
-
Field Summary
-
Fields inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
cursor, vars
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisEquals(org.objectweb.asm.tree.MethodNode m)(package private) booleanisHashCode(org.objectweb.asm.tree.MethodNode m)(package private) booleanisToString(org.objectweb.asm.tree.MethodNode m)private voidnextIsInvokeDynamic(java.lang.String name)-
Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsField, nextIsInvoke, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
-