Mirror of the JODE repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jode/jode/test/Child.j

29 lines
480 B

.class public jode/test/Child
.super jode/test/Base
.field private test I
.method <init>()V
.limit locals 1
.limit stack 2
aload_0
invokespecial jode/test/Base/<init>()V
getstatic jode/test/Base/test I
pop
aload_0
getfield jode/test/Base/test J
pop2
aload_0
getfield jode/test/Child/test I
pop
aload_0
getfield jode/test/Child/test J
pop2
return
.end method
.method public static main([Ljava/lang/String;)V
.limit locals 1
.limit stack 0
return
.end method