-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.j
More file actions
executable file
·34 lines (29 loc) · 1002 Bytes
/
reference.j
File metadata and controls
executable file
·34 lines (29 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.source reference.java
.class public reference
.super java/lang/Object
.method public <init>()V
.limit stack 1
.limit locals 1
.line 1
aload_0
invokespecial java/lang/Object/<init>()V
return
.end method
.method public static main([Ljava/lang/String;)V
.limit stack 0
.limit locals 1
.line 5
invokestatic reference/main()V
.line 6
return
.end method
.method static main()V
.limit stack 2
.limit locals 0
.line 20
getstatic java/lang/System/out Ljava/io/PrintStream;
iconst_1
invokevirtual java/io/PrintStream/print(Z)V
.line 21
return
.end method