class com.sun.xml.internal.rngom.digested.Annotation implements com.sun.xml.internal.rngom.ast.builder.Annotations<com.sun.xml.internal.rngom.digested.ElementWrapper, com.sun.xml.internal.rngom.ast.util.LocatorImpl, com.sun.xml.internal.rngom.digested.CommentListImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.Annotation
  super_class: java.lang.Object
{
  private final com.sun.xml.internal.rngom.digested.DAnnotation a;
    descriptor: Lcom/sun/xml/internal/rngom/digested/DAnnotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            new com.sun.xml.internal.rngom.digested.DAnnotation
            dup
            invokespecial com.sun.xml.internal.rngom.digested.DAnnotation.<init>:()V
            putfield com.sun.xml.internal.rngom.digested.Annotation.a:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
         2: .line 57
            return
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/rngom/digested/Annotation;

  public void addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.util.LocatorImpl);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
        start local 1 // java.lang.String ns
        start local 2 // java.lang.String localName
        start local 3 // java.lang.String prefix
        start local 4 // java.lang.String value
        start local 5 // com.sun.xml.internal.rngom.ast.util.LocatorImpl loc
         0: .line 62
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.Annotation.a:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.attributes:Ljava/util/Map;
            new javax.xml.namespace.QName
            dup
            aload 1 /* ns */
            aload 2 /* localName */
            aload 3 /* prefix */
            invokespecial javax.xml.namespace.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 63
            new com.sun.xml.internal.rngom.digested.DAnnotation$Attribute
            dup
            aload 1 /* ns */
            aload 2 /* localName */
            aload 3 /* prefix */
            aload 4 /* value */
            aload 5 /* loc */
            invokespecial com.sun.xml.internal.rngom.digested.DAnnotation$Attribute.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Locator;)V
         2: .line 62
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 64
            return
        end local 5 // com.sun.xml.internal.rngom.ast.util.LocatorImpl loc
        end local 4 // java.lang.String value
        end local 3 // java.lang.String prefix
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String ns
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/rngom/digested/Annotation;
            0    4     1         ns  Ljava/lang/String;
            0    4     2  localName  Ljava/lang/String;
            0    4     3     prefix  Ljava/lang/String;
            0    4     4      value  Ljava/lang/String;
            0    4     5        loc  Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      ns         
      localName  
      prefix     
      value      
      loc        

  public void addElement(com.sun.xml.internal.rngom.digested.ElementWrapper);
    descriptor: (Lcom/sun/xml/internal/rngom/digested/ElementWrapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
        start local 1 // com.sun.xml.internal.rngom.digested.ElementWrapper ea
         0: .line 67
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.Annotation.a:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            getfield com.sun.xml.internal.rngom.digested.DAnnotation.contents:Ljava/util/List;
            aload 1 /* ea */
            getfield com.sun.xml.internal.rngom.digested.ElementWrapper.element:Lorg/w3c/dom/Element;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 68
            return
        end local 1 // com.sun.xml.internal.rngom.digested.ElementWrapper ea
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/rngom/digested/Annotation;
            0    2     1    ea  Lcom/sun/xml/internal/rngom/digested/ElementWrapper;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      ea    

  public void addComment(com.sun.xml.internal.rngom.digested.CommentListImpl);
    descriptor: (Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
        start local 1 // com.sun.xml.internal.rngom.digested.CommentListImpl comments
         0: .line 71
            return
        end local 1 // com.sun.xml.internal.rngom.digested.CommentListImpl comments
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/xml/internal/rngom/digested/Annotation;
            0    1     1  comments  Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      comments  

  public void addLeadingComment(com.sun.xml.internal.rngom.digested.CommentListImpl);
    descriptor: (Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
        start local 1 // com.sun.xml.internal.rngom.digested.CommentListImpl comments
         0: .line 74
            return
        end local 1 // com.sun.xml.internal.rngom.digested.CommentListImpl comments
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/xml/internal/rngom/digested/Annotation;
            0    1     1  comments  Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
          Name  Flags
      comments  

  com.sun.xml.internal.rngom.digested.DAnnotation getResult();
    descriptor: ()Lcom/sun/xml/internal/rngom/digested/DAnnotation;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.Annotation this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.digested.Annotation.a:Lcom/sun/xml/internal/rngom/digested/DAnnotation;
            areturn
        end local 0 // com.sun.xml.internal.rngom.digested.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/Annotation;

  public void addElement(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.xml.internal.rngom.digested.ElementWrapper
            invokevirtual com.sun.xml.internal.rngom.digested.Annotation.addElement:(Lcom/sun/xml/internal/rngom/digested/ElementWrapper;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException

  public void addComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.xml.internal.rngom.digested.CommentListImpl
            invokevirtual com.sun.xml.internal.rngom.digested.Annotation.addComment:(Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException

  public void addLeadingComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.xml.internal.rngom.digested.CommentListImpl
            invokevirtual com.sun.xml.internal.rngom.digested.Annotation.addLeadingComment:(Lcom/sun/xml/internal/rngom/digested/CommentListImpl;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException

  public void addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
            invokevirtual com.sun.xml.internal.rngom.digested.Annotation.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/rngom/ast/builder/Annotations<Lcom/sun/xml/internal/rngom/digested/ElementWrapper;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;Lcom/sun/xml/internal/rngom/digested/CommentListImpl;>;
SourceFile: "Annotation.java"
InnerClasses:
  public Attribute = com.sun.xml.internal.rngom.digested.DAnnotation$Attribute of com.sun.xml.internal.rngom.digested.DAnnotation