Class KotlinSMAP

java.lang.Object
org.jacoco.core.internal.analysis.filter.KotlinSMAP

public final class KotlinSMAP extends Object
Parsed representation of SourceDebugExtension attribute.
  • Field Details

  • Constructor Details

    • 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 Details