class com.sun.xml.internal.rngom.parse.host.AnnotationsHost extends com.sun.xml.internal.rngom.parse.host.Base implements com.sun.xml.internal.rngom.ast.builder.Annotations
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.rngom.parse.host.AnnotationsHost
  super_class: com.sun.xml.internal.rngom.parse.host.Base
{
  final com.sun.xml.internal.rngom.ast.builder.Annotations lhs;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    flags: (0x0010) ACC_FINAL

  final com.sun.xml.internal.rngom.ast.builder.Annotations rhs;
    descriptor: Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    flags: (0x0010) ACC_FINAL

  void <init>(com.sun.xml.internal.rngom.ast.builder.Annotations, com.sun.xml.internal.rngom.ast.builder.Annotations);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/Annotations;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.Annotations lhs
        start local 2 // com.sun.xml.internal.rngom.ast.builder.Annotations rhs
         0: .line 63
            aload 0 /* this */
            invokespecial com.sun.xml.internal.rngom.parse.host.Base.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* lhs */
            putfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
         2: .line 65
            aload 0 /* this */
            aload 2 /* rhs */
            putfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
         3: .line 66
            return
        end local 2 // com.sun.xml.internal.rngom.ast.builder.Annotations rhs
        end local 1 // com.sun.xml.internal.rngom.ast.builder.Annotations lhs
        end local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            0    4     1   lhs  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            0    4     2   rhs  Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
    MethodParameters:
      Name  Flags
      lhs   
      rhs   

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost 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.om.Location _loc
         0: .line 70
            aload 0 /* this */
            aload 5 /* _loc */
            invokevirtual com.sun.xml.internal.rngom.parse.host.AnnotationsHost.cast:(Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
            astore 6 /* loc */
        start local 6 // com.sun.xml.internal.rngom.parse.host.LocationHost loc
         1: .line 71
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 1 /* ns */
            aload 2 /* localName */
            aload 3 /* prefix */
            aload 4 /* value */
            aload 6 /* loc */
            getfield com.sun.xml.internal.rngom.parse.host.LocationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
         2: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 1 /* ns */
            aload 2 /* localName */
            aload 3 /* prefix */
            aload 4 /* value */
            aload 6 /* loc */
            getfield com.sun.xml.internal.rngom.parse.host.LocationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/Location;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
         3: .line 73
            return
        end local 6 // com.sun.xml.internal.rngom.parse.host.LocationHost loc
        end local 5 // com.sun.xml.internal.rngom.ast.om.Location _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.parse.host.AnnotationsHost this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            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/om/Location;
            1    4     6        loc  Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      ns         
      localName  
      prefix     
      value      
      _loc       

  public void addComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
         0: .line 76
            aload 1 /* _comments */
            checkcast com.sun.xml.internal.rngom.parse.host.CommentListHost
            astore 2 /* comments */
        start local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
         1: .line 77
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* comments */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.sun.xml.internal.rngom.parse.host.AnnotationsHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.Annotations
         2: aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.AnnotationsHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.Annotations com.sun.xml.internal.rngom.ast.builder.CommentList
         3: invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         4: .line 78
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* comments */
            ifnonnull 5
            aconst_null
            goto 6
      StackMap locals:
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.Annotations
         5: aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
      StackMap locals: com.sun.xml.internal.rngom.parse.host.AnnotationsHost com.sun.xml.internal.rngom.ast.builder.CommentList com.sun.xml.internal.rngom.parse.host.CommentListHost
      StackMap stack: com.sun.xml.internal.rngom.ast.builder.Annotations com.sun.xml.internal.rngom.ast.builder.CommentList
         6: invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         7: .line 79
            return
        end local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
        end local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            0    8     1  _comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
            1    8     2   comments  Lcom/sun/xml/internal/rngom/parse/host/CommentListHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      _comments  

  public void addElement(com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
        start local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation _ea
         0: .line 82
            aload 1 /* _ea */
            checkcast com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost
            astore 2 /* ea */
        start local 2 // com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost ea
         1: .line 83
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* ea */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.lhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addElement:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
         2: .line 84
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* ea */
            getfield com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost.rhs:Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addElement:(Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
         3: .line 85
            return
        end local 2 // com.sun.xml.internal.rngom.parse.host.ParsedElementAnnotationHost ea
        end local 1 // com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation _ea
        end local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            0    4     1   _ea  Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;
            1    4     2    ea  Lcom/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
      Name  Flags
      _ea   

  public void addLeadingComment(com.sun.xml.internal.rngom.ast.builder.CommentList);
    descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
        start local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
         0: .line 88
            aload 1 /* _comments */
            checkcast com.sun.xml.internal.rngom.parse.host.CommentListHost
            astore 2 /* comments */
        start local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
         1: .line 89
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.lhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addLeadingComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         2: .line 90
            aload 0 /* this */
            getfield com.sun.xml.internal.rngom.parse.host.AnnotationsHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
            aload 2 /* comments */
            getfield com.sun.xml.internal.rngom.parse.host.CommentListHost.rhs:Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
            invokeinterface com.sun.xml.internal.rngom.ast.builder.Annotations.addLeadingComment:(Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
         3: .line 91
            return
        end local 2 // com.sun.xml.internal.rngom.parse.host.CommentListHost comments
        end local 1 // com.sun.xml.internal.rngom.ast.builder.CommentList _comments
        end local 0 // com.sun.xml.internal.rngom.parse.host.AnnotationsHost this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
            0    4     1  _comments  Lcom/sun/xml/internal/rngom/ast/builder/CommentList;
            1    4     2   comments  Lcom/sun/xml/internal/rngom/parse/host/CommentListHost;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
           Name  Flags
      _comments  
}
SourceFile: "AnnotationsHost.java"