mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 07:05:52 +00:00
50 lines
942 B
ActionScript
50 lines
942 B
ActionScript
package tests_uses
|
|
{
|
|
public interface TestParentInterface
|
|
{
|
|
|
|
method
|
|
name ""
|
|
returns null
|
|
|
|
body
|
|
maxstack 1
|
|
localcount 1
|
|
initscopedepth 2
|
|
maxscopedepth 3
|
|
|
|
code
|
|
getlocal0
|
|
pushscope
|
|
returnvoid
|
|
end ; code
|
|
end ; body
|
|
end ; method
|
|
|
|
function parentInterfaceMethod() : void;
|
|
}
|
|
}
|
|
|
|
method
|
|
name ""
|
|
returns null
|
|
|
|
body
|
|
maxstack 2
|
|
localcount 1
|
|
initscopedepth 1
|
|
maxscopedepth 2
|
|
|
|
code
|
|
getlocal0
|
|
pushscope
|
|
findpropstrict Multiname("TestParentInterface",[PackageNamespace("tests_uses")])
|
|
pushnull
|
|
newclass 0
|
|
initproperty QName(PackageNamespace("tests_uses"),"TestParentInterface")
|
|
returnvoid
|
|
end ; code
|
|
end ; body
|
|
end ; method
|
|
|