Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- package;
- import flash.display.*;
- class Main extends MovieClip
- {
- public static var foo:String = "hello";
- public var bar:String;
- public function new()
- {
- super();
- bar = "world";
- }
- }
- -->
- <init name="Main" return="void" >
- <!--0--> <OThis />
- <!--1--> <OScope />
- <!--2--> <OGetGlobalScope />
- <!--3--> <OGetLex v="flash.display.MovieClip" />
- <!--5--> <OScope />
- <!--6--> <OGetLex v="flash.display.MovieClip" />
- <!--8--> <OClassDef v="Main" />
- <!--10--> <OPopScope />
- <!--11--> <OInitProp v="Main" />
- <!--13--> <OGetLex v="Main" />
- <!--15--> <OString v="hello" />
- <!--17--> <OInitProp v="foo" />
- <!--19--> <ORetVoid />
- </init>
- <class name="Main" extends="flash.display.MovieClip">
- <var name="bar" type="String" slot="0" />
- <var name="foo" type="String" slot="1" static="true" />
- <function name="Main" args="" return="void" >
- <!--0--> <OThis />
- <!--1--> <OScope />
- <!--2--> <OThis />
- <!--3--> <OConstructSuper v="0" />
- <!--5--> <OFindProp v="bar" />
- <!--7--> <OString v="world" />
- <!--9--> <OInitProp v="bar" />
- <!--11--> <ORetVoid />
- </function>
- <function name="Main" static="true" args="" return="void" >
- <!--0--> <ORetVoid />
- </function>
Advertisement
Add Comment
Please, Sign In to add comment