public class org.apache.batik.parser.LengthParser extends org.apache.batik.parser.AbstractParser
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.batik.parser.LengthParser
super_class: org.apache.batik.parser.AbstractParser
{
protected org.apache.batik.parser.LengthHandler lengthHandler;
descriptor: Lorg/apache/batik/parser/LengthHandler;
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.batik.parser.AbstractParser.<init>:()V
1: aload 0
getstatic org.apache.batik.parser.DefaultLengthHandler.INSTANCE:Lorg/apache/batik/parser/LengthHandler;
putfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/batik/parser/LengthParser;
public void setLengthHandler(org.apache.batik.parser.LengthHandler);
descriptor: (Lorg/apache/batik/parser/LengthHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/batik/parser/LengthParser;
0 2 1 handler Lorg/apache/batik/parser/LengthHandler;
MethodParameters:
Name Flags
handler
public org.apache.batik.parser.LengthHandler getLengthHandler();
descriptor: ()Lorg/apache/batik/parser/LengthHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/batik/parser/LengthParser;
protected void doParse();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.startLength:()V
1: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
2: aload 0
invokevirtual org.apache.batik.parser.LengthParser.skipSpaces:()V
3: aload 0
invokevirtual org.apache.batik.parser.LengthParser.parseLength:()V
4: aload 0
invokevirtual org.apache.batik.parser.LengthParser.skipSpaces:()V
5: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
iconst_m1
if_icmpeq 9
6: aload 0
ldc "end.of.stream.expected"
7: iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
8: invokevirtual org.apache.batik.parser.LengthParser.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.endLength:()V
10: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/batik/parser/LengthParser;
Exceptions:
throws org.apache.batik.parser.ParseException, java.io.IOException
protected void parseLength();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=11, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: iconst_1
istore 3
start local 3 3: iconst_0
istore 4
start local 4 4: iconst_0
istore 5
start local 5 5: iconst_0
istore 6
start local 6 6: iconst_0
istore 7
start local 7 7: iconst_1
istore 8
start local 8 8: iconst_0
istore 9
start local 9 9: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 43 - 45
43: 11
44: 12
45: 10
default: 12
}
10: StackMap locals: org.apache.batik.parser.LengthParser int int int int int int int int int
StackMap stack:
iconst_0
istore 3
11: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
12: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 46 - 57
46: 15
47: 13
48: 16
49: 22
50: 22
51: 22
52: 22
53: 22
54: 22
55: 22
56: 22
57: 22
default: 13
}
13: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
14: return
15: StackMap locals:
StackMap stack:
goto 32
16: StackMap locals:
StackMap stack:
iconst_1
istore 4
17: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
18: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 21
49: 19
50: 19
51: 19
52: 19
53: 19
54: 19
55: 19
56: 19
57: 19
default: 20
}
19: StackMap locals:
StackMap stack:
goto 22
20: StackMap locals:
StackMap stack:
goto 32
21: StackMap locals:
StackMap stack:
goto 17
22: StackMap locals:
StackMap stack:
iconst_1
istore 4
23: StackMap locals:
StackMap stack:
iload 2
bipush 9
if_icmpge 27
24: iinc 2 1
25: iload 1
bipush 10
imul
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 48
isub
iadd
istore 1
26: goto 28
27: StackMap locals:
StackMap stack:
iinc 7 1
28: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
29: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 31
49: 31
50: 31
51: 31
52: 31
53: 31
54: 31
55: 31
56: 31
57: 31
default: 30
}
30: StackMap locals:
StackMap stack:
goto 32
31: StackMap locals:
StackMap stack:
goto 23
32: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 46
if_icmpne 53
33: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
34: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 12
48: 38
49: 45
50: 45
51: 45
52: 45
53: 45
54: 45
55: 45
56: 45
57: 45
69: 35
101: 35
default: 35
}
35: StackMap locals:
StackMap stack:
iload 4
ifne 53
36: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
37: return
38: StackMap locals:
StackMap stack:
iload 2
ifne 45
39: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
40: iinc 7 -1
41: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 44
49: 42
50: 42
51: 42
52: 42
53: 42
54: 42
55: 42
56: 42
57: 42
default: 43
}
42: StackMap locals:
StackMap stack:
goto 45
43: StackMap locals:
StackMap stack:
goto 53
44: StackMap locals:
StackMap stack:
goto 39
45: StackMap locals:
StackMap stack:
iload 2
bipush 9
if_icmpge 49
46: iinc 2 1
47: iload 1
bipush 10
imul
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 48
isub
iadd
istore 1
48: iinc 7 -1
49: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
50: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 52
49: 52
50: 52
51: 52
52: 52
53: 52
54: 52
55: 52
56: 52
57: 52
default: 51
}
51: StackMap locals:
StackMap stack:
goto 53
52: StackMap locals:
StackMap stack:
goto 45
53: StackMap locals:
StackMap stack:
iconst_0
istore 10
start local 10 54: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 2
69: 56
101: 55
default: 88
}
55: StackMap locals: int
StackMap stack:
iconst_1
istore 10
56: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
57: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 14
43: 71
45: 70
48: 75
49: 75
50: 75
51: 75
52: 75
53: 75
54: 75
55: 75
56: 75
57: 75
109: 60
120: 65
default: 58
}
58: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
59: return
60: StackMap locals:
StackMap stack:
iload 10
ifne 63
61: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
62: return
63: StackMap locals:
StackMap stack:
iconst_1
istore 9
64: goto 88
65: StackMap locals:
StackMap stack:
iload 10
ifne 68
66: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
67: return
68: StackMap locals:
StackMap stack:
iconst_2
istore 9
69: goto 88
70: StackMap locals:
StackMap stack:
iconst_0
istore 8
71: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
72: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 75
49: 75
50: 75
51: 75
52: 75
53: 75
54: 75
55: 75
56: 75
57: 75
default: 73
}
73: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
74: return
75: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 76
49: 81
50: 81
51: 81
52: 81
53: 81
54: 81
55: 81
56: 81
57: 81
default: 88
}
76: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
77: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 80
49: 78
50: 78
51: 78
52: 78
53: 78
54: 78
55: 78
56: 78
57: 78
default: 79
}
78: StackMap locals:
StackMap stack:
goto 81
79: StackMap locals:
StackMap stack:
goto 88
80: StackMap locals:
StackMap stack:
goto 76
81: StackMap locals:
StackMap stack:
iload 6
iconst_3
if_icmpge 84
82: iinc 6 1
83: iload 5
bipush 10
imul
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 48
isub
iadd
istore 5
84: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
85: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
tableswitch { // 48 - 57
48: 87
49: 87
50: 87
51: 87
52: 87
53: 87
54: 87
55: 87
56: 87
57: 87
default: 86
}
86: StackMap locals:
StackMap stack:
goto 88
87: StackMap locals:
StackMap stack:
goto 81
88: StackMap locals:
StackMap stack:
iload 8
ifne 90
89: iload 5
ineg
istore 5
90: StackMap locals:
StackMap stack:
iload 5
iload 7
iadd
istore 5
91: iload 3
ifne 93
92: iload 1
ineg
istore 1
93: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
iload 1
iload 5
invokestatic org.apache.batik.parser.NumberParser.buildFloat:(II)F
invokeinterface org.apache.batik.parser.LengthHandler.lengthValue:(F)V
94: iload 9
tableswitch { // 1 - 2
1: 95
2: 98
default: 101
}
95: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.em:()V
96: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
97: return
98: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.ex:()V
99: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
100: return
101: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 6
37: 146
99: 132
101: 102
105: 125
109: 139
112: 112
default: 148
}
102: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
103: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 2
109: 104
120: 107
default: 110
}
104: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.em:()V
105: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
106: goto 148
107: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.ex:()V
108: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
109: goto 148
110: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
111: goto 148
112: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
113: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
lookupswitch { // 3
99: 114
116: 117
120: 120
default: 123
}
114: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.pc:()V
115: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
116: goto 148
117: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.pt:()V
118: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
119: goto 148
120: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.px:()V
121: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
122: goto 148
123: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportUnexpectedCharacterError:(I)V
124: goto 148
125: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
126: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 110
if_icmpeq 129
127: aload 0
bipush 110
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportCharacterExpectedError:(CI)V
128: goto 148
129: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.in:()V
130: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
131: goto 148
132: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
133: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 109
if_icmpeq 136
134: aload 0
bipush 109
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportCharacterExpectedError:(CI)V
135: goto 148
136: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.cm:()V
137: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
138: goto 148
139: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
140: aload 0
getfield org.apache.batik.parser.LengthParser.current:I
bipush 109
if_icmpeq 143
141: aload 0
bipush 109
aload 0
getfield org.apache.batik.parser.LengthParser.current:I
invokevirtual org.apache.batik.parser.LengthParser.reportCharacterExpectedError:(CI)V
142: goto 148
143: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.mm:()V
144: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
145: goto 148
146: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.batik.parser.LengthParser.lengthHandler:Lorg/apache/batik/parser/LengthHandler;
invokeinterface org.apache.batik.parser.LengthHandler.percentage:()V
147: aload 0
aload 0
getfield org.apache.batik.parser.LengthParser.reader:Lorg/apache/batik/util/io/NormalizingReader;
invokevirtual org.apache.batik.util.io.NormalizingReader.read:()I
putfield org.apache.batik.parser.LengthParser.current:I
148: StackMap locals:
StackMap stack:
return
end local 10 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 149 0 this Lorg/apache/batik/parser/LengthParser;
1 149 1 mant I
2 149 2 mantDig I
3 149 3 mantPos Z
4 149 4 mantRead Z
5 149 5 exp I
6 149 6 expDig I
7 149 7 expAdj I
8 149 8 expPos Z
9 149 9 unitState I
54 149 10 le Z
Exceptions:
throws org.apache.batik.parser.ParseException, java.io.IOException
}
SourceFile: "LengthParser.java"