org.jacoco.core.internal.analysis.filter
Class KotlinSMAP
java.lang.Object
org.jacoco.core.internal.analysis.filter.KotlinSMAP
public final class KotlinSMAP
- extends Object
Parsed representation of SourceDebugExtension attribute.
|
Nested Class Summary |
static class |
KotlinSMAP.Mapping
Parsed representation of a single LineSection from SourceDebugExtension
attribute. |
|
Constructor Summary |
KotlinSMAP(String sourceFileName,
String smap)
Creates parsed representation of provided SourceDebugExtension attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KotlinSMAP
public KotlinSMAP(String sourceFileName,
String smap)
- Creates parsed representation of provided SourceDebugExtension attribute.
- Parameters:
sourceFileName - the name of the source file from which the class with SMAP was
compiledsmap - value of SourceDebugExtension attribute to parse
mappings
public List<KotlinSMAP.Mapping> mappings()
- Returns list of mappings.
- Returns:
- list of mappings
Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.