Skip to content

Commit 77a4290

Browse files
committed
Include JavaCard 3.0.5u1
1 parent f60ba31 commit 77a4290

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+27138
-0
lines changed
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// converted by version [v3.0.5]
2+
// on Mon Aug 17 10:48:56 PDT 2015
3+
4+
.package java/io {
5+
.aid 0xA0:0x0:0x0:0x0:0x62:0x0:0x2;
6+
.version 1.0;
7+
8+
.imports {
9+
0xA0:0x0:0x0:0x0:0x62:0x0:0x1 1.0; //java/lang
10+
}
11+
12+
.constantPool {
13+
// 0
14+
staticMethodRef 0.2.0()V; // java/lang/Exception.<init>()V
15+
}
16+
17+
.class public IOException 0 extends 0.2 { // extends java/lang/Exception
18+
19+
.publicMethodTable 1 {
20+
equals(Ljava/lang/Object;)Z;
21+
}
22+
23+
.packageMethodTable 0 {
24+
}
25+
26+
.method public <init>()V 0 {
27+
.stack 1;
28+
.locals 0;
29+
30+
L0: aload_0;
31+
invokespecial 0; // java/lang/Exception.<init>()V
32+
return;
33+
}
34+
35+
}
36+
37+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
// converted by version [v3.0.5]
2+
// on Mon Aug 17 10:48:56 PDT 2015
3+
4+
.package java/lang {
5+
.aid 0xA0:0x0:0x0:0x0:0x62:0x0:0x1;
6+
.version 1.0;
7+
8+
.constantPool {
9+
// 0
10+
staticMethodRef Object/<init>()V;
11+
// 1
12+
staticMethodRef Throwable/<init>()V;
13+
// 2
14+
staticMethodRef Exception/<init>()V;
15+
// 3
16+
staticMethodRef RuntimeException/<init>()V;
17+
// 4
18+
staticMethodRef IndexOutOfBoundsException/<init>()V;
19+
}
20+
21+
.class public Object 0 {
22+
23+
.publicMethodTable 0 {
24+
equals(Ljava/lang/Object;)Z;
25+
}
26+
27+
.packageMethodTable 0 {
28+
}
29+
30+
.method public <init>()V 0 {
31+
.stack 0;
32+
.locals 0;
33+
34+
L0: return;
35+
}
36+
37+
.method public equals(Ljava/lang/Object;)Z 0 {
38+
.stack 2;
39+
.locals 0;
40+
41+
L0: aload_0;
42+
aload_1;
43+
if_acmpne L2;
44+
L1: sconst_1;
45+
goto L3;
46+
L2: sconst_0;
47+
L3: sreturn;
48+
}
49+
50+
}
51+
52+
.class public Throwable 1 extends Object {
53+
54+
.publicMethodTable 1 {
55+
equals(Ljava/lang/Object;)Z;
56+
}
57+
58+
.packageMethodTable 0 {
59+
}
60+
61+
.method public <init>()V 0 {
62+
.stack 1;
63+
.locals 0;
64+
65+
L0: aload_0;
66+
invokespecial 0; // java/lang/Object.<init>()V
67+
return;
68+
}
69+
70+
}
71+
72+
.class public Exception 2 extends Throwable {
73+
74+
.publicMethodTable 1 {
75+
equals(Ljava/lang/Object;)Z;
76+
}
77+
78+
.packageMethodTable 0 {
79+
}
80+
81+
.method public <init>()V 0 {
82+
.stack 1;
83+
.locals 0;
84+
85+
L0: aload_0;
86+
invokespecial 1; // java/lang/Throwable.<init>()V
87+
return;
88+
}
89+
90+
}
91+
92+
.class public RuntimeException 3 extends Exception {
93+
94+
.publicMethodTable 1 {
95+
equals(Ljava/lang/Object;)Z;
96+
}
97+
98+
.packageMethodTable 0 {
99+
}
100+
101+
.method public <init>()V 0 {
102+
.stack 1;
103+
.locals 0;
104+
105+
L0: aload_0;
106+
invokespecial 2; // java/lang/Exception.<init>()V
107+
return;
108+
}
109+
110+
}
111+
112+
.class public IndexOutOfBoundsException 4 extends RuntimeException {
113+
114+
.publicMethodTable 1 {
115+
equals(Ljava/lang/Object;)Z;
116+
}
117+
118+
.packageMethodTable 0 {
119+
}
120+
121+
.method public <init>()V 0 {
122+
.stack 1;
123+
.locals 0;
124+
125+
L0: aload_0;
126+
invokespecial 3; // java/lang/RuntimeException.<init>()V
127+
return;
128+
}
129+
130+
}
131+
132+
.class public ArrayIndexOutOfBoundsException 5 extends IndexOutOfBoundsException {
133+
134+
.publicMethodTable 1 {
135+
equals(Ljava/lang/Object;)Z;
136+
}
137+
138+
.packageMethodTable 0 {
139+
}
140+
141+
.method public <init>()V 0 {
142+
.stack 1;
143+
.locals 0;
144+
145+
L0: aload_0;
146+
invokespecial 4; // java/lang/IndexOutOfBoundsException.<init>()V
147+
return;
148+
}
149+
150+
}
151+
152+
.class public NegativeArraySizeException 6 extends RuntimeException {
153+
154+
.publicMethodTable 1 {
155+
equals(Ljava/lang/Object;)Z;
156+
}
157+
158+
.packageMethodTable 0 {
159+
}
160+
161+
.method public <init>()V 0 {
162+
.stack 1;
163+
.locals 0;
164+
165+
L0: aload_0;
166+
invokespecial 3; // java/lang/RuntimeException.<init>()V
167+
return;
168+
}
169+
170+
}
171+
172+
.class public NullPointerException 7 extends RuntimeException {
173+
174+
.publicMethodTable 1 {
175+
equals(Ljava/lang/Object;)Z;
176+
}
177+
178+
.packageMethodTable 0 {
179+
}
180+
181+
.method public <init>()V 0 {
182+
.stack 1;
183+
.locals 0;
184+
185+
L0: aload_0;
186+
invokespecial 3; // java/lang/RuntimeException.<init>()V
187+
return;
188+
}
189+
190+
}
191+
192+
.class public ClassCastException 8 extends RuntimeException {
193+
194+
.publicMethodTable 1 {
195+
equals(Ljava/lang/Object;)Z;
196+
}
197+
198+
.packageMethodTable 0 {
199+
}
200+
201+
.method public <init>()V 0 {
202+
.stack 1;
203+
.locals 0;
204+
205+
L0: aload_0;
206+
invokespecial 3; // java/lang/RuntimeException.<init>()V
207+
return;
208+
}
209+
210+
}
211+
212+
.class public ArithmeticException 9 extends RuntimeException {
213+
214+
.publicMethodTable 1 {
215+
equals(Ljava/lang/Object;)Z;
216+
}
217+
218+
.packageMethodTable 0 {
219+
}
220+
221+
.method public <init>()V 0 {
222+
.stack 1;
223+
.locals 0;
224+
225+
L0: aload_0;
226+
invokespecial 3; // java/lang/RuntimeException.<init>()V
227+
return;
228+
}
229+
230+
}
231+
232+
.class public SecurityException 10 extends RuntimeException {
233+
234+
.publicMethodTable 1 {
235+
equals(Ljava/lang/Object;)Z;
236+
}
237+
238+
.packageMethodTable 0 {
239+
}
240+
241+
.method public <init>()V 0 {
242+
.stack 1;
243+
.locals 0;
244+
245+
L0: aload_0;
246+
invokespecial 3; // java/lang/RuntimeException.<init>()V
247+
return;
248+
}
249+
250+
}
251+
252+
.class public ArrayStoreException 11 extends RuntimeException {
253+
254+
.publicMethodTable 1 {
255+
equals(Ljava/lang/Object;)Z;
256+
}
257+
258+
.packageMethodTable 0 {
259+
}
260+
261+
.method public <init>()V 0 {
262+
.stack 1;
263+
.locals 0;
264+
265+
L0: aload_0;
266+
invokespecial 3; // java/lang/RuntimeException.<init>()V
267+
return;
268+
}
269+
270+
}
271+
272+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
// converted by version [v3.0.5]
2+
// on Mon Aug 17 10:48:56 PDT 2015
3+
4+
.package java/rmi {
5+
.aid 0xA0:0x0:0x0:0x0:0x62:0x0:0x3;
6+
.version 1.0;
7+
8+
.imports {
9+
0xA0:0x0:0x0:0x0:0x62:0x0:0x1 1.0; //java/lang
10+
0xA0:0x0:0x0:0x0:0x62:0x0:0x2 1.0; //java/io
11+
}
12+
13+
.constantPool {
14+
// 0
15+
staticMethodRef 1.0.0()V; // java/io/IOException.<init>()V
16+
}
17+
18+
.interface public abstract Remote 0 {
19+
20+
.remote;
21+
22+
}
23+
24+
.class public RemoteException 1 extends 1.0 { // extends java/io/IOException
25+
26+
.publicMethodTable 1 {
27+
equals(Ljava/lang/Object;)Z;
28+
}
29+
30+
.packageMethodTable 0 {
31+
}
32+
33+
.method public <init>()V 0 {
34+
.stack 1;
35+
.locals 0;
36+
37+
L0: aload_0;
38+
invokespecial 0; // java/io/IOException.<init>()V
39+
return;
40+
}
41+
42+
}
43+
44+
}
Binary file not shown.

0 commit comments

Comments
 (0)