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: .line 49
            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: .line 48
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.SCHEMA:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
         2: .line 51
            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: .line 50
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.NOTATION:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
         4: .line 53
            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: .line 52
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ELEMENT_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
         6: .line 55
            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: .line 54
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.IDENTITY_CONSTRAINT:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
         8: .line 57
            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: .line 56
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.XPATH:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        10: .line 59
            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: .line 58
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.MODELGROUP_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        12: .line 61
            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: .line 60
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.SIMPLETYPE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        14: .line 63
            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: .line 62
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.COMPLEXTYPE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        16: .line 65
            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: .line 64
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.PARTICLE:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        18: .line 67
            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: .line 66
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.MODELGROUP:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        20: .line 69
            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: .line 68
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_USE:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        22: .line 71
            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: .line 70
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.WILDCARD:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        24: .line 73
            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: .line 72
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_GROUP:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        26: .line 75
            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: .line 74
            putstatic com.sun.xml.internal.xsom.parser.AnnotationContext.ATTRIBUTE_DECL:Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
        28: .line 75
            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 // com.sun.xml.internal.xsom.parser.AnnotationContext this
        start local 1 // java.lang.String _name
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* _name */
            putfield com.sun.xml.internal.xsom.parser.AnnotationContext.name:Ljava/lang/String;
         2: .line 42
            return
        end local 1 // java.lang.String _name
        end local 0 // com.sun.xml.internal.xsom.parser.AnnotationContext this
      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 // com.sun.xml.internal.xsom.parser.AnnotationContext this
         0: .line 44
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.parser.AnnotationContext.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.xsom.parser.AnnotationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/xsom/parser/AnnotationContext;
}
SourceFile: "AnnotationContext.java"