Class EnumEmptyConstructorFilter.Matcher
- java.lang.Object
-
- org.jacoco.core.internal.analysis.filter.AbstractMatcher
-
- org.jacoco.core.internal.analysis.filter.EnumEmptyConstructorFilter.Matcher
-
- Enclosing class:
- EnumEmptyConstructorFilter
private static class EnumEmptyConstructorFilter.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 private boolean
match(org.objectweb.asm.tree.MethodNode methodNode)
-
Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsField, nextIsInvoke, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
-