org.jacoco.core.internal.analysis.filter
Class KotlinSMAP

java.lang.Object
  extended by 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.
 
Method Summary
 List<KotlinSMAP.Mapping> mappings()
          Returns list of mappings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 compiled
smap - value of SourceDebugExtension attribute to parse
Method Detail

mappings

public List<KotlinSMAP.Mapping> mappings()
Returns list of mappings.

Returns:
list of mappings


Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.