public final class com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile
  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 java.util.Collection<java.lang.String> types;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  private void <init>(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile.types:Ljava/util/Collection;
         2: .line 125
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         3: .line 126
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/tools/chromeinspector/TypeHandler$SectionTypeProfile;
            0    4     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

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

  public java.util.Collection<java.lang.String> getTypes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile this
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile.types:Ljava/util/Collection;
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/TypeHandler$SectionTypeProfile;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
}
SourceFile: "TypeHandler.java"
NestHost: com.oracle.truffle.tools.chromeinspector.TypeHandler
InnerClasses:
  public final SectionTypeProfile = com.oracle.truffle.tools.chromeinspector.TypeHandler$SectionTypeProfile of com.oracle.truffle.tools.chromeinspector.TypeHandler