final class com.sun.xml.internal.rngom.digested.CommentListImpl implements com.sun.xml.internal.rngom.ast.builder.CommentList<com.sun.xml.internal.rngom.ast.util.LocatorImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.rngom.digested.CommentListImpl
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.rngom.digested.CommentListImpl this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.xml.internal.rngom.digested.CommentListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/rngom/digested/CommentListImpl;

  public void addComment(java.lang.String, com.sun.xml.internal.rngom.ast.util.LocatorImpl);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.rngom.digested.CommentListImpl this
        start local 1 // java.lang.String value
        start local 2 // com.sun.xml.internal.rngom.ast.util.LocatorImpl loc
         0: .line 58
            return
        end local 2 // com.sun.xml.internal.rngom.ast.util.LocatorImpl loc
        end local 1 // java.lang.String value
        end local 0 // com.sun.xml.internal.rngom.digested.CommentListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/xml/internal/rngom/digested/CommentListImpl;
            0    1     1  value  Ljava/lang/String;
            0    1     2    loc  Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;
    Exceptions:
      throws com.sun.xml.internal.rngom.ast.builder.BuildException
    MethodParameters:
       Name  Flags
      value  
      loc    

  public void addComment(java.lang.String, com.sun.xml.internal.rngom.ast.om.Location);
    descriptor: (Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.xml.internal.rngom.ast.util.LocatorImpl
            invokevirtual com.sun.xml.internal.rngom.digested.CommentListImpl.addComment:(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/CommentList<Lcom/sun/xml/internal/rngom/ast/util/LocatorImpl;>;
SourceFile: "CommentListImpl.java"