class com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
  super_class: java.lang.Object
{
  final java.lang.String stratumID;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.util.Map<java.lang.Integer, java.util.List<com.sun.jdi.Location>> lineMapper;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;

  final java.util.List<com.sun.jdi.Location> lineLocations;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/jdi/Location;>;

  final int lowestLine;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int highestLine;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, java.util.Map<java.lang.Integer, java.util.List<com.sun.jdi.Location>>, java.util.List<com.sun.jdi.Location>, int, );
    descriptor: (Ljava/lang/String;Ljava/util/Map;Ljava/util/List;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs this
        start local 1 // java.lang.String stratumID
        start local 2 // java.util.Map lineMapper
        start local 3 // java.util.List lineLocations
        start local 4 // int lowestLine
        start local 5 // int highestLine
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* stratumID */
            putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.stratumID:Ljava/lang/String;
         2: .line 72
            aload 0 /* this */
            aload 2 /* lineMapper */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineMapper:Ljava/util/Map;
         3: .line 73
            aload 0 /* this */
            aload 3 /* lineLocations */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
         4: .line 74
            aload 0 /* this */
            iload 4 /* lowestLine */
            putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lowestLine:I
         5: .line 75
            aload 0 /* this */
            iload 5 /* highestLine */
            putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.highestLine:I
         6: .line 76
            return
        end local 5 // int highestLine
        end local 4 // int lowestLine
        end local 3 // java.util.List lineLocations
        end local 2 // java.util.Map lineMapper
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            0    7     1      stratumID  Ljava/lang/String;
            0    7     2     lineMapper  Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;
            0    7     3  lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
            0    7     4     lowestLine  I
            0    7     5    highestLine  I
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;Ljava/util/List<Lcom/sun/jdi/Location;>;II)V
    MethodParameters:
               Name  Flags
      stratumID      
      lineMapper     
      lineLocations  
      lowestLine     
      highestLine    
}
SourceFile: "ConcreteMethodImpl.java"
NestHost: com.sun.tools.jdi.ConcreteMethodImpl
InnerClasses:
  private SoftLocationXRefs = com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs of com.sun.tools.jdi.ConcreteMethodImpl