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 private
Matcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isEquals(org.objectweb.asm.tree.MethodNode m)
(package private) boolean
isHashCode(org.objectweb.asm.tree.MethodNode m)
(package private) boolean
isToString(org.objectweb.asm.tree.MethodNode m)
private void
nextIsInvokeDynamic(java.lang.String name)
-
Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsInvoke, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
-