public class com.sun.tools.classfile.Deprecated_attribute extends com.sun.tools.classfile.Attribute
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.classfile.Deprecated_attribute
super_class: com.sun.tools.classfile.Attribute
{
void <init>(com.sun.tools.classfile.ClassReader, int, int);
descriptor: (Lcom/sun/tools/classfile/ClassReader;II)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
iload 3
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/classfile/Deprecated_attribute;
0 2 1 cr Lcom/sun/tools/classfile/ClassReader;
0 2 2 name_index I
0 2 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cr
name_index
length
public void <init>(com.sun.tools.classfile.ConstantPool);
descriptor: (Lcom/sun/tools/classfile/ConstantPool;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc "Deprecated"
invokevirtual com.sun.tools.classfile.ConstantPool.getUTF8Index:(Ljava/lang/String;)I
invokespecial com.sun.tools.classfile.Deprecated_attribute.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/classfile/Deprecated_attribute;
0 2 1 constant_pool Lcom/sun/tools/classfile/ConstantPool;
Exceptions:
throws com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
constant_pool
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_0
invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/classfile/Deprecated_attribute;
0 2 1 name_index I
MethodParameters:
Name Flags
name_index
public <R, D> R accept(com.sun.tools.classfile.Attribute$Visitor<R, D>, );
descriptor: (Lcom/sun/tools/classfile/Attribute$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
aload 2
invokeinterface com.sun.tools.classfile.Attribute$Visitor.visitDeprecated:(Lcom/sun/tools/classfile/Deprecated_attribute;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/classfile/Deprecated_attribute;
0 1 1 visitor Lcom/sun/tools/classfile/Attribute$Visitor<TR;TD;>;
0 1 2 data TD;
Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Attribute$Visitor<TR;TD;>;TD;)TR;
MethodParameters:
Name Flags
visitor
data
}
SourceFile: "Deprecated_attribute.java"
InnerClasses:
public abstract Visitor = com.sun.tools.classfile.Attribute$Visitor of com.sun.tools.classfile.Attribute