Files
jpexs-decompiler/libsrc/ffdec_lib/testdata/custom/abc/custom-0/tests/TestDup.class.asasm
2021-02-08 20:15:19 +01:00

72 lines
1.3 KiB
Plaintext

class
refid "tests:TestDup"
instance QName(PackageNamespace("tests"), "TestDup")
extends QName(PackageNamespace(""), "Object")
flag SEALED
flag PROTECTEDNS
protectedns ProtectedNamespace("tests:TestDup")
iinit
refid "tests:TestDup/instance/init"
body
maxstack 1
localcount 1
initscopedepth 4
maxscopedepth 5
code
getlocal0
pushscope
getlocal0
constructsuper 0
returnvoid
end ; code
end ; body
end ; method
trait method QName(PackageNamespace(""), "run")
method
refid "tests:TestDup/instance/run"
returns QName(PackageNamespace(""), "void")
body
maxstack 2
localcount 4
initscopedepth 4
maxscopedepth 5
code
getlocal0
pushscope
pushbyte 1
pushbyte 1
getlocal1
getlocal 4
divide
subtract
dup
convert_d
setlocal1
getlocal1
multiply
subtract
returnvalue
end ; code
end ; body
end ; method
end ; trait
end ; instance
cinit
refid "tests:TestDup/class/init"
body
maxstack 1
localcount 1
initscopedepth 3
maxscopedepth 4
code
getlocal0
pushscope
returnvoid
end ; code
end ; body
end ; method
end ; class