public final class com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
super_class: java.lang.Object
{
public static final boolean staticFlag;
descriptor: Z
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public int bufpos;
descriptor: I
flags: (0x0001) ACC_PUBLIC
int bufsize;
descriptor: I
flags: (0x0000)
int available;
descriptor: I
flags: (0x0000)
int tokenBegin;
descriptor: I
flags: (0x0000)
private int[] bufline;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int[] bufcolumn;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int column;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int line;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.io.InputStream inputStream;
descriptor: Ljava/io/InputStream;
flags: (0x0002) ACC_PRIVATE
private boolean prevCharIsCR;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean prevCharIsLF;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private byte[] nextCharBuf;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private char[] buffer;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
private int maxNextCharInd;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int nextCharInd;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int inBuf;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static final int hexval(char);
descriptor: (C)I
flags: (0x0018) ACC_STATIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
tableswitch { // 48 - 102
48: 1
49: 2
50: 3
51: 4
52: 5
53: 6
54: 7
55: 8
56: 9
57: 10
58: 17
59: 17
60: 17
61: 17
62: 17
63: 17
64: 17
65: 11
66: 12
67: 13
68: 14
69: 15
70: 16
71: 17
72: 17
73: 17
74: 17
75: 17
76: 17
77: 17
78: 17
79: 17
80: 17
81: 17
82: 17
83: 17
84: 17
85: 17
86: 17
87: 17
88: 17
89: 17
90: 17
91: 17
92: 17
93: 17
94: 17
95: 17
96: 17
97: 11
98: 12
99: 13
100: 14
101: 15
102: 16
default: 17
}
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_2
ireturn
4: StackMap locals:
StackMap stack:
iconst_3
ireturn
5: StackMap locals:
StackMap stack:
iconst_4
ireturn
6: StackMap locals:
StackMap stack:
iconst_5
ireturn
7: StackMap locals:
StackMap stack:
bipush 6
ireturn
8: StackMap locals:
StackMap stack:
bipush 7
ireturn
9: StackMap locals:
StackMap stack:
bipush 8
ireturn
10: StackMap locals:
StackMap stack:
bipush 9
ireturn
11: StackMap locals:
StackMap stack:
bipush 10
ireturn
12: StackMap locals:
StackMap stack:
bipush 11
ireturn
13: StackMap locals:
StackMap stack:
bipush 12
ireturn
14: StackMap locals:
StackMap stack:
bipush 13
ireturn
15: StackMap locals:
StackMap stack:
bipush 14
ireturn
16: StackMap locals:
StackMap stack:
bipush 15
ireturn
17: StackMap locals:
StackMap stack:
new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 c C
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
c
private final void ExpandBuff(boolean);
descriptor: (Z)V
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
sipush 2048
iadd
newarray 5
astore 2
start local 2 1: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
sipush 2048
iadd
newarray 10
astore 3
start local 3 2: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
sipush 2048
iadd
newarray 10
astore 4
start local 4 3: iload 1
ifeq 17
4: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 2
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
iconst_0
aload 2
6: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
7: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 0
aload 2
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
9: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 3
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iconst_0
aload 3
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: aload 0
aload 3
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
12: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 4
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
13: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iconst_0
aload 4
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
14: aload 0
aload 4
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
15: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
16: goto 27
17: StackMap locals: char[] int[] int[]
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 2
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
18: aload 0
aload 2
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
19: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 3
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
20: aload 0
aload 3
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
21: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 4
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
22: aload 0
aload 4
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
23: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
24: goto 27
25: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
start local 5 26: new java.lang.Error
dup
aload 5
invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 5 27: StackMap locals:
StackMap stack:
aload 0
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
sipush 2048
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
28: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
29: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 30 1 wrapAround Z
1 30 2 newbuffer [C
2 30 3 newbufline [I
3 30 4 newbufcolumn [I
26 27 5 t Ljava/lang/Throwable;
Exception table:
from to target type
3 24 25 Class java.lang.Throwable
MethodParameters:
Name Flags
wrapAround
private final void FillBuff();
descriptor: ()V
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
sipush 4096
if_icmpne 2
1: aload 0
aload 0
iconst_0
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inputStream:Ljava/io/InputStream;
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharBuf:[B
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
3: sipush 4096
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
isub
4: invokevirtual java.io.InputStream.read:([BII)I
dup
istore 1
start local 1 5: iconst_m1
6: if_icmpne 9
7: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inputStream:Ljava/io/InputStream;
invokevirtual java.io.InputStream.close:()V
8: new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
athrow
9: StackMap locals: int
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
iload 1
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
10: return
end local 1 11: StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
StackMap stack: java.io.IOException
astore 2
start local 2 12: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
ifeq 16
13: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
14: aload 0
iconst_0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.backup:(I)V
15: goto 18
16: StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream top java.io.IOException
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
iastore
17: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iastore
18: StackMap locals:
StackMap stack:
aload 2
athrow
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
5 11 1 i I
12 19 2 e Ljava/io/IOException;
Exception table:
from to target type
2 10 11 Class java.io.IOException
Exceptions:
throws java.io.IOException
private final byte ReadByte();
descriptor: ()B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
iconst_1
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
if_icmplt 2
1: aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.FillBuff:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharBuf:[B
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
baload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
Exceptions:
throws java.io.IOException
public final char BeginToken();
descriptor: ()C
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
ifle 5
1: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
2: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
iconst_1
isub
if_icmpne 3
aload 0
iconst_0
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
goto 4
3: StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
StackMap stack: char[] com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
4: StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
StackMap stack: char[] com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream int
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
caload
ireturn
5: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
6: aload 0
iconst_m1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
7: aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.readChar:()C
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
Exceptions:
throws java.io.IOException
private final void AdjustBuffSize();
descriptor: ()V
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
if_icmpne 7
1: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
sipush 2048
if_icmple 5
2: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
3: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
4: goto 12
5: StackMap locals:
StackMap stack:
aload 0
iconst_0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ExpandBuff:(Z)V
6: goto 12
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
if_icmple 9
8: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
goto 12
9: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
isub
sipush 2048
if_icmpge 11
10: aload 0
iconst_1
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ExpandBuff:(Z)V
goto 12
11: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
12: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
private final void UpdateLineColumn(char);
descriptor: (C)V
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iconst_1
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
1: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
ifeq 5
2: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
3: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
aload 0
iconst_1
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
4: goto 11
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsCR:Z
ifeq 11
6: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsCR:Z
7: iload 1
bipush 10
if_icmpne 10
8: aload 0
iconst_1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
aload 0
iconst_1
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
11: StackMap locals:
StackMap stack:
iload 1
tableswitch { // 9 - 13
9: 16
10: 14
11: 19
12: 19
13: 12
default: 19
}
12: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsCR:Z
13: goto 19
14: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
15: goto 19
16: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
17: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
bipush 8
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
bipush 7
iand
isub
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
18: goto 19
19: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
iastore
20: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iastore
21: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 22 1 c C
MethodParameters:
Name Flags
c
public final char readChar();
descriptor: ()C
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
ifle 5
1: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
2: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
iconst_1
isub
if_icmpne 3
aload 0
iconst_0
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
goto 4
StackMap locals:
StackMap stack: char[]
3: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream
StackMap stack: char[] int
4: caload
ireturn
5: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
if_icmpne 7
6: aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.AdjustBuffSize:()V
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
dup
istore 1
start local 1 8: dup_x2
castore
bipush 92
if_icmpne 45
9: aload 0
iload 1
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.UpdateLineColumn:(C)V
10: iconst_1
istore 2
start local 2 11: StackMap locals: int int
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
if_icmpne 13
12: aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.AdjustBuffSize:()V
13: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
dup
istore 1
dup_x2
castore
bipush 92
if_icmpeq 25
14: aload 0
iload 1
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.UpdateLineColumn:(C)V
15: iload 1
bipush 117
if_icmpne 19
iload 2
iconst_1
iand
iconst_1
if_icmpne 19
16: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
isub
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
ifge 29
17: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
18: goto 29
19: StackMap locals:
StackMap stack:
aload 0
iload 2
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.backup:(I)V
20: bipush 92
ireturn
21: StackMap locals:
StackMap stack: java.io.IOException
pop
22: iload 2
iconst_1
if_icmple 24
23: aload 0
iload 2
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.backup:(I)V
24: StackMap locals:
StackMap stack:
bipush 92
ireturn
25: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.UpdateLineColumn:(C)V
26: iinc 2 1
27: goto 11
28: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iconst_1
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
29: StackMap locals:
StackMap stack:
sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
dup
istore 1
bipush 117
if_icmpeq 28
30: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iload 1
invokestatic com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.hexval:(C)I
bipush 12
ishl
31: sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
invokestatic com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.hexval:(C)I
bipush 8
ishl
ior
32: sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
invokestatic com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.hexval:(C)I
iconst_4
ishl
ior
33: sipush 255
aload 0
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReadByte:()B
iand
i2c
invokestatic com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.hexval:(C)I
ior
i2c
dup
istore 1
34: castore
35: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
iconst_4
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
36: goto 41
37: StackMap locals:
StackMap stack: java.io.IOException
pop
38: new java.lang.Error
dup
new java.lang.StringBuilder
dup
ldc "Invalid escape character at line "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
39: ldc " column "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
40: invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
41: StackMap locals:
StackMap stack:
iload 2
iconst_1
if_icmpne 43
42: iload 1
ireturn
43: StackMap locals:
StackMap stack:
aload 0
iload 2
iconst_1
isub
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.backup:(I)V
44: bipush 92
ireturn
end local 2 45: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.UpdateLineColumn:(C)V
46: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 47 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
8 47 1 c C
11 45 2 backSlashCnt I
Exception table:
from to target type
13 18 21 Class java.io.IOException
19 20 21 Class java.io.IOException
28 36 37 Class java.io.IOException
Exceptions:
throws java.io.IOException
public final int getColumn();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public final int getLine();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public final int getEndColumn();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public final int getEndLine();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public final int getBeginColumn();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public final int getBeginLine();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public final void backup(int);
descriptor: (I)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
iload 1
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
1: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iload 1
isub
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
ifge 3
2: aload 0
dup
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
iadd
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 4 1 amount I
MethodParameters:
Name Flags
amount
public void <init>(java.io.InputStream, int, int, int);
descriptor: (Ljava/io/InputStream;III)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_m1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
2: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
3: aload 0
iconst_1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
4: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsCR:Z
5: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
6: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
7: aload 0
iconst_m1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
8: aload 0
iconst_0
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
9: aload 0
aload 1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inputStream:Ljava/io/InputStream;
10: aload 0
iload 2
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
11: aload 0
iload 3
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
12: aload 0
aload 0
iload 4
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
13: aload 0
iload 4
newarray 5
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
14: aload 0
iload 4
newarray 10
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
15: aload 0
iload 4
newarray 10
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
16: aload 0
sipush 4096
newarray 8
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharBuf:[B
17: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 18 1 dstream Ljava/io/InputStream;
0 18 2 startline I
0 18 3 startcolumn I
0 18 4 buffersize I
MethodParameters:
Name Flags
dstream
startline
startcolumn
buffersize
public void <init>(java.io.InputStream, int, int);
descriptor: (Ljava/io/InputStream;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
sipush 4096
invokespecial com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.<init>:(Ljava/io/InputStream;III)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 2 1 dstream Ljava/io/InputStream;
0 2 2 startline I
0 2 3 startcolumn I
MethodParameters:
Name Flags
dstream
startline
startcolumn
public void ReInit(java.io.InputStream, int, int, int);
descriptor: (Ljava/io/InputStream;III)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inputStream:Ljava/io/InputStream;
1: aload 0
iload 2
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
2: aload 0
iload 3
iconst_1
isub
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
3: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
ifnull 4
iload 4
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
arraylength
if_icmpeq 9
4: StackMap locals:
StackMap stack:
aload 0
aload 0
iload 4
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.available:I
5: aload 0
iload 4
newarray 5
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
6: aload 0
iload 4
newarray 10
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
7: aload 0
iload 4
newarray 10
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
8: aload 0
sipush 4096
newarray 8
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharBuf:[B
9: StackMap locals:
StackMap stack:
aload 0
aload 0
iconst_0
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsCR:Z
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.prevCharIsLF:Z
10: aload 0
aload 0
aload 0
iconst_0
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.maxNextCharInd:I
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
11: aload 0
aload 0
iconst_m1
dup_x1
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharInd:I
12: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 13 1 dstream Ljava/io/InputStream;
0 13 2 startline I
0 13 3 startcolumn I
0 13 4 buffersize I
MethodParameters:
Name Flags
dstream
startline
startcolumn
buffersize
public void ReInit(java.io.InputStream, int, int);
descriptor: (Ljava/io/InputStream;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
sipush 4096
invokevirtual com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.ReInit:(Ljava/io/InputStream;III)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 2 1 dstream Ljava/io/InputStream;
0 2 2 startline I
0 2 3 startcolumn I
MethodParameters:
Name Flags
dstream
startline
startcolumn
public final java.lang.String GetImage();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=8, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
if_icmplt 2
1: new java.lang.String
dup
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
iconst_1
iadd
invokespecial java.lang.String.<init>:([CII)V
areturn
2: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
new java.lang.String
dup
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
invokespecial java.lang.String.<init>:([CII)V
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
3: new java.lang.String
dup
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
iconst_0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
invokespecial java.lang.String.<init>:([CII)V
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public final char[] GetSuffix(int);
descriptor: (I)[C
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: iload 1
newarray 5
astore 2
start local 2 1: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
iload 1
if_icmplt 3
2: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iload 1
isub
iconst_1
iadd
aload 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
goto 7
3: StackMap locals: char[]
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
iload 1
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
isub
iconst_1
isub
isub
aload 2
iconst_0
4: iload 1
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
isub
iconst_1
isub
5: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
iconst_0
aload 2
iload 1
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
isub
iconst_1
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iconst_1
iadd
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 8 1 len I
1 8 2 ret [C
MethodParameters:
Name Flags
len
public void Done();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.nextCharBuf:[B
1: aload 0
aconst_null
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.buffer:[C
2: aload 0
aconst_null
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
3: aload 0
aconst_null
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
public void adjustBeginLineColumn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=10, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
istore 3
start local 3 1: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
if_icmplt 4
2: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
iadd
iconst_1
iadd
istore 4
start local 4 3: goto 5
end local 4 4: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.tokenBegin:I
isub
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufpos:I
iadd
iconst_1
iadd
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.inBuf:I
iadd
istore 4
start local 4 5: StackMap locals: int
StackMap stack:
iconst_0
istore 5
start local 5 6: iconst_0
istore 6
start local 6 7: iconst_0
istore 7
start local 7 8: iconst_0
istore 8
start local 8 9: iconst_0
istore 9
start local 9 10: goto 16
11: StackMap locals: com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream int int int int int int int int int
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 6
iload 1
iastore
12: iload 9
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iload 7
iaload
iadd
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iload 6
iaload
isub
istore 8
13: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iload 6
iload 2
iload 9
iadd
iastore
14: iload 8
istore 9
15: iinc 5 1
16: StackMap locals:
StackMap stack:
iload 5
iload 4
if_icmpge 18
17: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 3
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
irem
dup
istore 6
iaload
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iinc 3 1
iload 3
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
irem
dup
istore 7
iaload
if_icmpeq 11
18: StackMap locals:
StackMap stack:
iload 5
iload 4
if_icmpge 26
19: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 6
iload 1
iinc 1 1
iastore
20: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iload 6
iload 2
iload 9
iadd
iastore
21: goto 25
22: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 3
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
irem
dup
istore 6
iaload
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iinc 3 1
iload 3
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufsize:I
irem
iaload
if_icmpeq 24
23: aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 6
iload 1
iinc 1 1
iastore
goto 25
24: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 6
iload 1
iastore
25: StackMap locals:
StackMap stack:
iload 5
iinc 5 1
iload 4
if_icmplt 22
26: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufline:[I
iload 6
iaload
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.line:I
27: aload 0
aload 0
getfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.bufcolumn:[I
iload 6
iaload
putfield com.sun.tools.example.debug.expr.ASCII_UCodeESC_CharStream.column:I
28: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lcom/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream;
0 29 1 newLine I
0 29 2 newCol I
1 29 3 start I
3 4 4 len I
5 29 4 len I
6 29 5 i I
7 29 6 j I
8 29 7 k I
9 29 8 nextColDiff I
10 29 9 columnDiff I
MethodParameters:
Name Flags
newLine
newCol
}
SourceFile: "ASCII_UCodeESC_CharStream.java"