Christian Vonrüti | 940e073 | 2019-06-08 02:53:55 +0200 | [diff] [blame] | 1 | Compiled from "example.java" |
2 | class Square { | ||||
3 | Square(); | ||||
4 | Code: | ||||
5 | 0: aload_0 | ||||
6 | 1: invokespecial #1 // Method java/lang/Object."<init>":()V | ||||
7 | 4: return | ||||
8 | LineNumberTable: | ||||
9 | line 2: 0 | ||||
10 | |||||
11 | static int square(int); | ||||
12 | Code: | ||||
13 | 0: iload_0 | ||||
14 | 1: iload_0 | ||||
15 | 2: imul | ||||
16 | 3: ireturn | ||||
17 | LineNumberTable: | ||||
18 | line 4: 0 | ||||
19 | } |