blob: ec04d008e7b75ba06f92be3cf1768c11812a30b2 [file] [log] [blame] [raw]
Christian Vonrüti940e0732019-06-08 02:53:55 +02001Compiled from "example.java"
2class 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}