public final class com.oracle.truffle.tools.coverage.RootCoverage
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.coverage.RootCoverage
  super_class: java.lang.Object
{
  private final com.oracle.truffle.tools.coverage.SectionCoverage[] sectionCoverage;
    descriptor: [Lcom/oracle/truffle/tools/coverage/SectionCoverage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean covered;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long count;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.tools.coverage.SectionCoverage[], boolean, long, com.oracle.truffle.api.source.SourceSection, java.lang.String);
    descriptor: ([Lcom/oracle/truffle/tools/coverage/SectionCoverage;ZJLcom/oracle/truffle/api/source/SourceSection;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
        start local 1 // com.oracle.truffle.tools.coverage.SectionCoverage[] sectionCoverage
        start local 2 // boolean covered
        start local 3 // long count
        start local 5 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 6 // java.lang.String name
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* sectionCoverage */
            putfield com.oracle.truffle.tools.coverage.RootCoverage.sectionCoverage:[Lcom/oracle/truffle/tools/coverage/SectionCoverage;
         2: .line 45
            aload 0 /* this */
            iload 2 /* covered */
            putfield com.oracle.truffle.tools.coverage.RootCoverage.covered:Z
         3: .line 46
            aload 0 /* this */
            lload 3 /* count */
            putfield com.oracle.truffle.tools.coverage.RootCoverage.count:J
         4: .line 47
            aload 0 /* this */
            aload 5 /* sourceSection */
            putfield com.oracle.truffle.tools.coverage.RootCoverage.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         5: .line 48
            aload 0 /* this */
            aload 6 /* name */
            putfield com.oracle.truffle.tools.coverage.RootCoverage.name:Ljava/lang/String;
         6: .line 49
            return
        end local 6 // java.lang.String name
        end local 5 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 3 // long count
        end local 2 // boolean covered
        end local 1 // com.oracle.truffle.tools.coverage.SectionCoverage[] sectionCoverage
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lcom/oracle/truffle/tools/coverage/RootCoverage;
            0    7     1  sectionCoverage  [Lcom/oracle/truffle/tools/coverage/SectionCoverage;
            0    7     2          covered  Z
            0    7     3            count  J
            0    7     5    sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    7     6             name  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      sectionCoverage  
      covered          
      count            
      sourceSection    
      name             

  public com.oracle.truffle.tools.coverage.SectionCoverage[] getSectionCoverage();
    descriptor: ()[Lcom/oracle/truffle/tools/coverage/SectionCoverage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
         0: .line 57
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.RootCoverage.sectionCoverage:[Lcom/oracle/truffle/tools/coverage/SectionCoverage;
            areturn
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/RootCoverage;

  public boolean isCovered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
         0: .line 66
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.RootCoverage.covered:Z
            ireturn
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/RootCoverage;

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
         0: .line 75
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.RootCoverage.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/RootCoverage;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
         0: .line 84
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.RootCoverage.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/RootCoverage;

  public long getCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.RootCoverage.count:J
            lreturn
        end local 0 // com.oracle.truffle.tools.coverage.RootCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/RootCoverage;
}
SourceFile: "RootCoverage.java"