public final class com.oracle.objectfile.pecoff.cv.CVDebugInfo extends com.oracle.objectfile.debugentry.DebugInfoBase
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.oracle.objectfile.pecoff.cv.CVDebugInfo
super_class: com.oracle.objectfile.debugentry.DebugInfoBase
{
private com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl cvSymbolSection;
descriptor: Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl;
flags: (0x0002) ACC_PRIVATE
private com.oracle.objectfile.pecoff.cv.CVTypeSectionImpl cvTypeSection;
descriptor: Lcom/oracle/objectfile/pecoff/cv/CVTypeSectionImpl;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.nio.ByteOrder);
descriptor: (Ljava/nio/ByteOrder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
start local 1 // java.nio.ByteOrder byteOrder
0: .line 43
aload 0 /* this */
aload 1 /* byteOrder */
invokespecial com.oracle.objectfile.debugentry.DebugInfoBase.<init>:(Ljava/nio/ByteOrder;)V
1: .line 44
aload 0 /* this */
new com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl
dup
aload 0 /* this */
invokespecial com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl.<init>:(Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;)V
putfield com.oracle.objectfile.pecoff.cv.CVDebugInfo.cvSymbolSection:Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl;
2: .line 45
aload 0 /* this */
new com.oracle.objectfile.pecoff.cv.CVTypeSectionImpl
dup
invokespecial com.oracle.objectfile.pecoff.cv.CVTypeSectionImpl.<init>:()V
putfield com.oracle.objectfile.pecoff.cv.CVDebugInfo.cvTypeSection:Lcom/oracle/objectfile/pecoff/cv/CVTypeSectionImpl;
3: .line 46
return
end local 1 // java.nio.ByteOrder byteOrder
end local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;
0 4 1 byteOrder Ljava/nio/ByteOrder;
MethodParameters:
Name Flags
byteOrder
public com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl getCVSymbolSection();
descriptor: ()Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
0: .line 49
aload 0 /* this */
getfield com.oracle.objectfile.pecoff.cv.CVDebugInfo.cvSymbolSection:Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl;
areturn
end local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;
public com.oracle.objectfile.pecoff.cv.CVTypeSectionImpl getCVTypeSection();
descriptor: ()Lcom/oracle/objectfile/pecoff/cv/CVTypeSectionImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
0: .line 53
aload 0 /* this */
getfield com.oracle.objectfile.pecoff.cv.CVDebugInfo.cvTypeSection:Lcom/oracle/objectfile/pecoff/cv/CVTypeSectionImpl;
areturn
end local 0 // com.oracle.objectfile.pecoff.cv.CVDebugInfo this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/pecoff/cv/CVDebugInfo;
}
SourceFile: "CVDebugInfo.java"