Class KotlinSerializableFilter.Matcher
java.lang.Object
org.jacoco.core.internal.analysis.filter.AbstractMatcher
org.jacoco.core.internal.analysis.filter.KotlinSerializableFilter.Matcher
- Enclosing class:
KotlinSerializableFilter
-
Field Summary
Fields inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
cursor, vars -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanmatchCachedSerializer(org.objectweb.asm.tree.MethodNode methodNode, String className) booleanmatchSerializer(org.objectweb.asm.tree.MethodNode methodNode, int lineNumber) Methods inherited from class org.jacoco.core.internal.analysis.filter.AbstractMatcher
firstIsALoad0, next, nextIs, nextIsField, nextIsInvoke, nextIsSwitch, nextIsType, nextIsVar, skipNonOpcodes, skipNonOpcodes
-
Constructor Details
-
Matcher
private Matcher()
-
-
Method Details
-
matchSerializer
public boolean matchSerializer(org.objectweb.asm.tree.MethodNode methodNode, int lineNumber) -
matchCachedSerializer
private boolean matchCachedSerializer(org.objectweb.asm.tree.MethodNode methodNode, String className)
-