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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.stratumID:Ljava/lang/String;
2: aload 0
aload 2
invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineMapper:Ljava/util/Map;
3: aload 0
aload 3
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
4: aload 0
iload 4
putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lowestLine:I
5: aload 0
iload 5
putfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.highestLine:I
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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