Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- package
- {
- import flash.display.*;
- public class Main extends MovieClip
- {
- public static var foo:String = "hello";
- public var bar:String = "world";
- public function Main()
- {
- super()
- }
- }
- }
- -->
- <init name="Main" return="*" ><!-- maxStack="2" nRegs="1" initScope="1" maxScope="9" length="39 bytes"-->
- <!--0--> <OThis />
- <!--1--> <OScope />
- <!--2--> <OGetScope v="0" />
- <!--4--> <OGetLex v="Object" />
- <!--6--> <OScope />
- <!--7--> <OGetLex v="flash.events.EventDispatcher" />
- <!--9--> <OScope />
- <!--10--> <OGetLex v="flash.display.DisplayObject" />
- <!--12--> <OScope />
- <!--13--> <OGetLex v="flash.display.InteractiveObject" />
- <!--15--> <OScope />
- <!--16--> <OGetLex v="flash.display.DisplayObjectContainer" />
- <!--18--> <OScope />
- <!--19--> <OGetLex v="flash.display.Sprite" />
- <!--21--> <OScope />
- <!--22--> <OGetLex v="flash.display.MovieClip" />
- <!--24--> <OScope />
- <!--25--> <OGetLex v="flash.display.MovieClip" />
- <!--27--> <OClassDef v="Main" />
- <!--29--> <OPopScope />
- <!--30--> <OPopScope />
- <!--31--> <OPopScope />
- <!--32--> <OPopScope />
- <!--33--> <OPopScope />
- <!--34--> <OPopScope />
- <!--35--> <OPopScope />
- <!--36--> <OInitProp v="Main" />
- <!--38--> <ORetVoid />
- </init>
- <class name="Main" extends="flash.display.MovieClip" sealed="true">
- <var name="bar" type="String" value="world" slot="0" />
- <var name="foo" type="String" value="hello" slot="1" static="true" />
- <function name="Main" args="" return="*" >
- <!--0--> <OThis />
- <!--1--> <OScope />
- <!--2--> <OThis />
- <!--3--> <OConstructSuper v="0" />
- <!--5--> <ORetVoid />
- </function>
- <function name="Main" static="true" args="" return="*" >
- <!--0--> <OThis />
- <!--1--> <OScope />
- <!--2--> <OFindProp v="foo" />
- <!--4--> <OString v="hello" />
- <!--6--> <OSetProp v="foo" />
- <!--8--> <ORetVoid />
- </function>
- </class>
Advertisement
Add Comment
Please, Sign In to add comment