public final class com.sun.org.apache.bcel.internal.classfile.Deprecated extends com.sun.org.apache.bcel.internal.classfile.Attribute
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.bcel.internal.classfile.Deprecated
super_class: com.sun.org.apache.bcel.internal.classfile.Attribute
{
private byte[] bytes;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
public void <init>(com.sun.org.apache.bcel.internal.classfile.Deprecated);
descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.sun.org.apache.bcel.internal.classfile.Deprecated.getNameIndex:()I
aload 1
invokevirtual com.sun.org.apache.bcel.internal.classfile.Deprecated.getLength:()I
aload 1
invokevirtual com.sun.org.apache.bcel.internal.classfile.Deprecated.getBytes:()[B
aload 1
invokevirtual com.sun.org.apache.bcel.internal.classfile.Deprecated.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
invokespecial com.sun.org.apache.bcel.internal.classfile.Deprecated.<init>:(II[BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 2 1 c Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
MethodParameters:
Name Flags
c
public void <init>(int, int, byte[], com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (II[BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
bipush 8
iload 1
iload 2
aload 4
invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.<init>:(BIILcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
1: aload 0
aload 3
putfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 3 1 name_index I
0 3 2 length I
0 3 3 bytes [B
0 3 4 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
MethodParameters:
Name Flags
name_index
length
bytes
constant_pool
void <init>(int, int, java.io.DataInputStream, com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (IILjava/io/DataInputStream;Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
aconst_null
aload 4
invokespecial com.sun.org.apache.bcel.internal.classfile.Deprecated.<init>:(II[BLcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)V
1: iload 2
ifle 5
2: aload 0
iload 2
newarray 8
putfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
3: aload 3
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
invokevirtual java.io.DataInputStream.readFully:([B)V
4: getstatic java.lang.System.err:Ljava/io/PrintStream;
ldc "Deprecated attribute with length > 0"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
5: StackMap locals: com.sun.org.apache.bcel.internal.classfile.Deprecated int int java.io.DataInputStream com.sun.org.apache.bcel.internal.classfile.ConstantPool
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 6 1 name_index I
0 6 2 length I
0 6 3 file Ljava/io/DataInputStream;
0 6 4 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
name_index
length
file
constant_pool
public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitDeprecated:(Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 2 1 v Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
MethodParameters:
Name Flags
v
public final void dump(java.io.DataOutputStream);
descriptor: (Ljava/io/DataOutputStream;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.org.apache.bcel.internal.classfile.Attribute.dump:(Ljava/io/DataOutputStream;)V
1: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.length:I
ifle 3
2: aload 1
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
iconst_0
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.length:I
invokevirtual java.io.DataOutputStream.write:([BII)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 4 1 file Ljava/io/DataOutputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
file
public final byte[] getBytes();
descriptor: ()[B
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
public final void setBytes(byte[]);
descriptor: ([B)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 2 1 bytes [B
MethodParameters:
Name Flags
bytes
public final java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.sun.org.apache.bcel.internal.Constants.ATTRIBUTE_NAMES:[Ljava/lang/String;
bipush 8
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
public com.sun.org.apache.bcel.internal.classfile.Attribute copy(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Lcom/sun/org/apache/bcel/internal/classfile/Attribute;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.org.apache.bcel.internal.classfile.Deprecated.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.bcel.internal.classfile.Deprecated
astore 2
start local 2 1: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
ifnull 3
2: aload 2
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
putfield com.sun.org.apache.bcel.internal.classfile.Deprecated.bytes:[B
3: StackMap locals: com.sun.org.apache.bcel.internal.classfile.Deprecated
StackMap stack:
aload 2
aload 1
putfield com.sun.org.apache.bcel.internal.classfile.Deprecated.constant_pool:Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
0 5 1 constant_pool Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
1 5 2 c Lcom/sun/org/apache/bcel/internal/classfile/Deprecated;
MethodParameters:
Name Flags
constant_pool
}
SourceFile: "Deprecated.java"