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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.misc.RegexpNode.re:Ljava/lang/String;
2: aload 0
bipush 35
putfield sun.misc.RegexpNode.c:C
3: aload 0
iconst_0
putfield sun.misc.RegexpNode.depth:I
4: return
end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.misc.RegexpNode.re:Ljava/lang/String;
2: aload 0
iload 1
putfield sun.misc.RegexpNode.c:C
3: aload 0
iload 2
putfield sun.misc.RegexpNode.depth:I
4: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
astore 2
start local 2 1: aload 2
ifnonnull 6
2: new sun.misc.RegexpNode
dup
iload 1
aload 0
getfield sun.misc.RegexpNode.depth:I
iconst_1
iadd
invokespecial sun.misc.RegexpNode.<init>:(CI)V
astore 2
goto 9
3: StackMap locals: sun.misc.RegexpNode
StackMap stack:
aload 2
getfield sun.misc.RegexpNode.c:C
iload 1
if_icmpne 5
4: aload 2
areturn
5: StackMap locals:
StackMap stack:
aload 2
getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
astore 2
6: StackMap locals:
StackMap stack:
aload 2
ifnonnull 3
7: new sun.misc.RegexpNode
dup
iload 1
aload 0
getfield sun.misc.RegexpNode.depth:I
iconst_1
iadd
invokespecial sun.misc.RegexpNode.<init>:(CI)V
astore 2
8: aload 2
aload 0
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
putfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
9: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
10: aload 2
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
astore 2
start local 2 1: goto 5
2: StackMap locals: sun.misc.RegexpNode
StackMap stack:
aload 2
getfield sun.misc.RegexpNode.c:C
iload 1
if_icmpne 4
3: aload 2
areturn
4: StackMap locals:
StackMap stack:
aload 2
getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
astore 2
5: StackMap locals:
StackMap stack:
aload 2
ifnonnull 2
end local 2 6: aconst_null
areturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
ifnull 13
1: aload 0
astore 2
start local 2 2: aload 1
ldc "("
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
3: goto 11
4: StackMap locals: sun.misc.RegexpNode
StackMap stack:
aload 1
aload 2
getfield sun.misc.RegexpNode.c:C
invokevirtual java.io.PrintStream.write:(I)V
5: aload 2
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
ifnull 7
6: aload 2
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
aload 1
invokevirtual sun.misc.RegexpNode.print:(Ljava/io/PrintStream;)V
7: StackMap locals:
StackMap stack:
aload 2
getfield sun.misc.RegexpNode.nextsibling:Lsun/misc/RegexpNode;
astore 2
8: aload 1
aload 2
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: StackMap locals:
StackMap stack:
aload 2
ifnonnull 4
end local 2 12: goto 16
13: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.misc.RegexpNode.c:C
invokevirtual java.io.PrintStream.write:(I)V
14: aload 0
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
ifnull 16
15: aload 0
getfield sun.misc.RegexpNode.firstchild:Lsun/misc/RegexpNode;
aload 1
invokevirtual sun.misc.RegexpNode.print:(Ljava/io/PrintStream;)V
16: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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"