public final class com.oracle.truffle.tools.coverage.SectionCoverage
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.coverage.SectionCoverage
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    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

  void <init>(com.oracle.truffle.api.source.SourceSection, boolean, long);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;ZJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.tools.coverage.SectionCoverage this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 2 // boolean covered
        start local 3 // long count
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.tools.coverage.SectionCoverage.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 42
            aload 0 /* this */
            iload 2 /* covered */
            putfield com.oracle.truffle.tools.coverage.SectionCoverage.covered:Z
         3: .line 43
            aload 0 /* this */
            lload 3 /* count */
            putfield com.oracle.truffle.tools.coverage.SectionCoverage.count:J
         4: .line 44
            return
        end local 3 // long count
        end local 2 // boolean covered
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.tools.coverage.SectionCoverage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/tools/coverage/SectionCoverage;
            0    5     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    5     2        covered  Z
            0    5     3          count  J
    MethodParameters:
               Name  Flags
      sourceSection  
      covered        
      count          

  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.SectionCoverage this
         0: .line 52
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.SectionCoverage.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.tools.coverage.SectionCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/SectionCoverage;

  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.SectionCoverage this
         0: .line 61
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.SectionCoverage.covered:Z
            ireturn
        end local 0 // com.oracle.truffle.tools.coverage.SectionCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/SectionCoverage;

  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.SectionCoverage this
         0: .line 75
            aload 0 /* this */
            getfield com.oracle.truffle.tools.coverage.SectionCoverage.count:J
            lreturn
        end local 0 // com.oracle.truffle.tools.coverage.SectionCoverage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/coverage/SectionCoverage;
}
SourceFile: "SectionCoverage.java"