public class org.apache.xml.dtm.ref.DTMNodeListBase implements org.w3c.dom.NodeList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.dtm.ref.DTMNodeListBase
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            return
        end local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xml/dtm/ref/DTMNodeListBase;

  public org.w3c.dom.Node item(int);
    descriptor: (I)Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
        start local 1 // int index
         0: .line 71
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xml/dtm/ref/DTMNodeListBase;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
         0: .line 79
            iconst_0
            ireturn
        end local 0 // org.apache.xml.dtm.ref.DTMNodeListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/DTMNodeListBase;
}
SourceFile: "DTMNodeListBase.java"