public abstract class com.sun.tools.javac.code.Attribute implements javax.lang.model.element.AnnotationValue
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.javac.code.Attribute
super_class: java.lang.Object
{
public com.sun.tools.javac.code.Type type;
descriptor: Lcom/sun/tools/javac/code/Type;
flags: (0x0001) ACC_PUBLIC
public void <init>(com.sun.tools.javac.code.Type);
descriptor: (Lcom/sun/tools/javac/code/Type;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.code.Attribute.type:Lcom/sun/tools/javac/code/Type;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Attribute;
0 3 1 type Lcom/sun/tools/javac/code/Type;
MethodParameters:
Name Flags
type
public abstract void accept(com.sun.tools.javac.code.Attribute$Visitor);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Visitor;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
v
public java.lang.Object getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute;
public <R, P> R accept(javax.lang.model.element.AnnotationValueVisitor<R, P>, );
descriptor: (Ljavax/lang/model/element/AnnotationValueVisitor;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute;
0 1 1 v Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;
0 1 2 p TP;
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;TP;)TR;
MethodParameters:
Name Flags
v
p
public boolean isSynthesized();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute;
public com.sun.tools.javac.code.TypeAnnotationPosition getPosition();
descriptor: ()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute;
}
SourceFile: "Attribute.java"
NestMembers:
com.sun.tools.javac.code.Attribute$Array com.sun.tools.javac.code.Attribute$Class com.sun.tools.javac.code.Attribute$Compound com.sun.tools.javac.code.Attribute$Constant com.sun.tools.javac.code.Attribute$Enum com.sun.tools.javac.code.Attribute$Error com.sun.tools.javac.code.Attribute$RetentionPolicy com.sun.tools.javac.code.Attribute$TypeCompound com.sun.tools.javac.code.Attribute$UnresolvedClass com.sun.tools.javac.code.Attribute$Visitor
InnerClasses:
public Array = com.sun.tools.javac.code.Attribute$Array of com.sun.tools.javac.code.Attribute
public Class = com.sun.tools.javac.code.Attribute$Class of com.sun.tools.javac.code.Attribute
public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
public Constant = com.sun.tools.javac.code.Attribute$Constant of com.sun.tools.javac.code.Attribute
public Enum = com.sun.tools.javac.code.Attribute$Enum of com.sun.tools.javac.code.Attribute
public Error = com.sun.tools.javac.code.Attribute$Error of com.sun.tools.javac.code.Attribute
public final RetentionPolicy = com.sun.tools.javac.code.Attribute$RetentionPolicy of com.sun.tools.javac.code.Attribute
public TypeCompound = com.sun.tools.javac.code.Attribute$TypeCompound of com.sun.tools.javac.code.Attribute
public UnresolvedClass = com.sun.tools.javac.code.Attribute$UnresolvedClass of com.sun.tools.javac.code.Attribute
public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute