class sun.misc.RegexpNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.RegexpNode
  super_class: java.lang.Object
{
  char c;
    descriptor: C
    flags: (0x0000) 

  sun.misc.RegexpNode firstchild;
    descriptor: Lsun/misc/RegexpNode;
    flags: (0x0000) 

  sun.misc.RegexpNode nextsibling;
    descriptor: Lsun/misc/RegexpNode;
    flags: (0x0000) 

  int depth;
    descriptor: I
    flags: (0x0000) 

  boolean exact;
    descriptor: Z
    flags: (0x0000) 

  java.lang.Object result;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  java.lang.String re;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.RegexpNode this
         0: .line 270
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 268
            aload 0 /* this */
            aconst_null
            putfield sun.misc.RegexpNode.re:Ljava/lang/String;
         2: .line 271
            aload 0 /* this */
            bipush 35
            putfield sun.misc.RegexpNode.c:C
         3: .line 272
            aload 0 /* this */
            iconst_0
            putfield sun.misc.RegexpNode.depth:I
         4: .line 273
            return
        end local 0 // sun.misc.RegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/misc/RegexpNode;

  void <init>(char, int);
    descriptor: (CI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.misc.RegexpNode this
        start local 1 // char C
        start local 2 // int depth
         0: .line 274
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 268
            aload 0 /* this */
            aconst_null
            putfield sun.misc.RegexpNode.re:Ljava/lang/String;
         2: .line 275
            aload 0 /* this */
            iload 1 /* C */
            putfield sun.misc.RegexpNode.c:C
         3: .line 276
            aload 0 /* this */
            iload 2 /* depth */
            putfield sun.misc.RegexpNode.depth:I
         4: .line 277
            return
        end local 2 // int depth
        end local 1 // char C
        end local 0 // sun.misc.RegexpNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/misc/RegexpNode;
            0    5     1      C  C
            0    5     2  depth  I
    MethodParameters:
       Name  Flags
      C      
      depth  

  sun.misc.RegexpNode add(char);
    descriptor: (C)Lsun/misc/RegexpNode;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.misc.RegexpNode this
        start local 1 // char C
         0: .line 279
            aload 0 /* this */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            astore 2 /* p */
        start local 2 // sun.misc.RegexpNode p
         1: .line 280
            aload 2 /* p */
            ifnonnull 6
         2: .line 281
            new sun.misc.RegexpNode
            dup
            iload 1 /* C */
            aload 0 /* this */
            getfield sun.misc.RegexpNode.depth:I
            iconst_1
            iadd
            invokespecial sun.misc.RegexpNode.<init>:(CI)V
            astore 2 /* p */
            goto 9
         3: .line 284
      StackMap locals: sun.misc.RegexpNode
      StackMap stack:
            aload 2 /* p */
            getfield sun.misc.RegexpNode.c:C
            iload 1 /* C */
            if_icmpne 5
         4: .line 285
            aload 2 /* p */
            areturn
         5: .line 287
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
            astore 2 /* p */
         6: .line 283
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 3
         7: .line 288
            new sun.misc.RegexpNode
            dup
            iload 1 /* C */
            aload 0 /* this */
            getfield sun.misc.RegexpNode.depth:I
            iconst_1
            iadd
            invokespecial sun.misc.RegexpNode.<init>:(CI)V
            astore 2 /* p */
         8: .line 289
            aload 2 /* p */
            aload 0 /* this */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            putfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
         9: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* p */
            putfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
        10: .line 292
            aload 2 /* p */
            areturn
        end local 2 // sun.misc.RegexpNode p
        end local 1 // char C
        end local 0 // sun.misc.RegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/misc/RegexpNode;
            0   11     1     C  C
            1   11     2     p  Lsun/misc/RegexpNode;
    MethodParameters:
      Name  Flags
      C     

  sun.misc.RegexpNode find(char);
    descriptor: (C)Lsun/misc/RegexpNode;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.misc.RegexpNode this
        start local 1 // char C
         0: .line 295
            aload 0 /* this */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            astore 2 /* p */
        start local 2 // sun.misc.RegexpNode p
         1: .line 296
            goto 5
         2: .line 298
      StackMap locals: sun.misc.RegexpNode
      StackMap stack:
            aload 2 /* p */
            getfield sun.misc.RegexpNode.c:C
            iload 1 /* C */
            if_icmpne 4
         3: .line 299
            aload 2 /* p */
            areturn
         4: .line 297
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
            astore 2 /* p */
         5: .line 296
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 2
        end local 2 // sun.misc.RegexpNode p
         6: .line 300
            aconst_null
            areturn
        end local 1 // char C
        end local 0 // sun.misc.RegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/misc/RegexpNode;
            0    7     1     C  C
            1    6     2     p  Lsun/misc/RegexpNode;
    MethodParameters:
      Name  Flags
      C     

  void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.misc.RegexpNode this
        start local 1 // java.io.PrintStream out
         0: .line 303
            aload 0 /* this */
            getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
            ifnull 13
         1: .line 304
            aload 0 /* this */
            astore 2 /* p */
        start local 2 // sun.misc.RegexpNode p
         2: .line 305
            aload 1 /* out */
            ldc "("
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 306
            goto 11
         4: .line 307
      StackMap locals: sun.misc.RegexpNode
      StackMap stack:
            aload 1 /* out */
            aload 2 /* p */
            getfield sun.misc.RegexpNode.c:C
            invokevirtual java.io.PrintStream.write:(I)V
         5: .line 308
            aload 2 /* p */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            ifnull 7
         6: .line 309
            aload 2 /* p */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            aload 1 /* out */
            invokevirtual sun.misc.RegexpNode.print:(Ljava/io/PrintStream;)V
         7: .line 310
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
            astore 2 /* p */
         8: .line 311
            aload 1 /* out */
            aload 2 /* p */
            ifnull 9
            bipush 124
            goto 10
      StackMap locals:
      StackMap stack: java.io.PrintStream
         9: bipush 41
      StackMap locals: sun.misc.RegexpNode java.io.PrintStream sun.misc.RegexpNode
      StackMap stack: java.io.PrintStream int
        10: invokevirtual java.io.PrintStream.write:(I)V
        11: .line 306
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            ifnonnull 4
        end local 2 // sun.misc.RegexpNode p
        12: .line 313
            goto 16
        13: .line 314
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.misc.RegexpNode.c:C
            invokevirtual java.io.PrintStream.write:(I)V
        14: .line 315
            aload 0 /* this */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            ifnull 16
        15: .line 316
            aload 0 /* this */
            getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
            aload 1 /* out */
            invokevirtual sun.misc.RegexpNode.print:(Ljava/io/PrintStream;)V
        16: .line 318
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream out
        end local 0 // sun.misc.RegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/misc/RegexpNode;
            0   17     1   out  Ljava/io/PrintStream;
            2   12     2     p  Lsun/misc/RegexpNode;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "RegexpPool.java"