public final class com.sun.xml.internal.xsom.parser.AnnotationContext
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.xml.internal.xsom.parser.AnnotationContext
super_class: java.lang.Object
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext SCHEMA;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext NOTATION;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext ELEMENT_DECL;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext IDENTITY_CONSTRAINT;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext XPATH;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext MODELGROUP_DECL;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext SIMPLETYPE_DECL;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext COMPLEXTYPE_DECL;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext PARTICLE;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext MODELGROUP;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext ATTRIBUTE_USE;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext WILDCARD;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext ATTRIBUTE_GROUP;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.xml.internal.xsom.parser.AnnotationContext ATTRIBUTE_DECL;
descriptor: Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "schema"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
1: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.SCHEMA:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
2: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "notation"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
3: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.NOTATION:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
4: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "element"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
5: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ELEMENT_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
6: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "identityConstraint"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
7: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.IDENTITY_CONSTRAINT:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
8: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "xpath"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
9: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.XPATH:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
10: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "modelGroupDecl"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
11: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.MODELGROUP_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
12: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "simpleTypeDecl"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
13: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.SIMPLETYPE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
14: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "complexTypeDecl"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
15: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.COMPLEXTYPE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
16: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "particle"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
17: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.PARTICLE:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
18: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "modelGroup"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
19: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.MODELGROUP:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
20: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "attributeUse"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
21: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_USE:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
22: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "wildcard"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
23: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.WILDCARD:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
24: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "attributeGroup"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
25: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_GROUP:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
26: new com.sun.xml.internal.xsom.parser.AnnotationContext
dup
ldc "attributeDecl"
invokespecial com.sun.xml.internal.xsom.parser.AnnotationContext.<init>:(Ljava/lang/String;)V
27: putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
28: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
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.xml.internal.xsom.parser.AnnotationContext.name:Ljava/lang/String;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
0 3 1 _name Ljava/lang/String;
MethodParameters:
Name Flags
_name
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.xsom.parser.AnnotationContext.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
}
SourceFile: "AnnotationContext.java"