bejava/javap/nl.sander.bejava.testclasses.EmptyBeanWithInterface_javap.txt
Sander Hautvast 008bd06680 * removed unused code
* added more javadoc
* more renaming
2021-01-18 22:11:21 +01:00

41 lines
No EOL
1.8 KiB
Text

public class nl.sander.beejava.testclasses.EmptyBeanWithInterface implements java.io.Serializable
minor version: 0
major version: 58
flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: #7 // nl/sander/beejava/testclasses/EmptyBeanWithInterface
super_class: #2 // java/lang/Object
interfaces: 1, fields: 0, methods: 1, attributes: 1
Constant pool:
#1 = Methodref #2.#3 // java/lang/Object."<init>":()V
#2 = Class #4 // java/lang/Object
#3 = NameAndType #5:#6 // "<init>":()V
#4 = Utf8 java/lang/Object
#5 = Utf8 <init>
#6 = Utf8 ()V
#7 = Class #8 // nl/sander/beejava/testclasses/EmptyBeanWithInterface
#8 = Utf8 nl/sander/beejava/testclasses/EmptyBeanWithInterface
#9 = Class #10 // java/io/Serializable
#10 = Utf8 java/io/Serializable
#11 = Utf8 Code
#12 = Utf8 LineNumberTable
#13 = Utf8 LocalVariableTable
#14 = Utf8 this
#15 = Utf8 Lnl/sander/beejava/testclasses/EmptyBeanWithInterface;
#16 = Utf8 SourceFile
#17 = Utf8 EmptyBeanWithInterface.java
{
public nl.sander.beejava.testclasses.EmptyBeanWithInterface();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
0: aload_0
1: invokespecial #1 // Method java/lang/Object."<init>":()V
4: return
LineNumberTable:
line 5: 0
LocalVariableTable:
Start Length Slot Name Signature
0 5 0 this Lnl/sander/beejava/testclasses/EmptyBeanWithInterface;
}
SourceFile: "EmptyBeanWithInterface.java"