SHOW:
|
|
- or go back to the newest paste.
| 1 | <!-- | |
| 2 | - | package |
| 2 | + | package; |
| 3 | - | {
|
| 3 | + | |
| 4 | import flash.display.*; | |
| 5 | - | public class Main extends MovieClip |
| 5 | + | class Main extends MovieClip |
| 6 | {
| |
| 7 | public static var foo:String = "hello"; | |
| 8 | - | public var bar:String = "world"; |
| 8 | + | public var bar:String; |
| 9 | ||
| 10 | - | public function Main() |
| 10 | + | public function new() |
| 11 | {
| |
| 12 | - | super() |
| 12 | + | super(); |
| 13 | bar = "world"; | |
| 14 | } | |
| 15 | - | } |
| 15 | + | |
| 16 | --> | |
| 17 | - | <init name="Main" return="*" ><!-- maxStack="2" nRegs="1" initScope="1" maxScope="9" length="39 bytes"--> |
| 17 | + | <init name="Main" return="void" > |
| 18 | <!--0--> <OThis /> | |
| 19 | <!--1--> <OScope /> | |
| 20 | - | <!--2--> <OGetScope v="0" /> |
| 20 | + | <!--2--> <OGetGlobalScope /> |
| 21 | - | <!--4--> <OGetLex v="Object" /> |
| 21 | + | <!--3--> <OGetLex v="flash.display.MovieClip" /> |
| 22 | - | <!--6--> <OScope /> |
| 22 | + | <!--5--> <OScope /> |
| 23 | - | <!--7--> <OGetLex v="flash.events.EventDispatcher" /> |
| 23 | + | <!--6--> <OGetLex v="flash.display.MovieClip" /> |
| 24 | - | <!--9--> <OScope /> |
| 24 | + | <!--8--> <OClassDef v="Main" /> |
| 25 | - | <!--10--> <OGetLex v="flash.display.DisplayObject" /> |
| 25 | + | <!--10--> <OPopScope /> |
| 26 | - | <!--12--> <OScope /> |
| 26 | + | <!--11--> <OInitProp v="Main" /> |
| 27 | - | <!--13--> <OGetLex v="flash.display.InteractiveObject" /> |
| 27 | + | <!--13--> <OGetLex v="Main" /> |
| 28 | - | <!--15--> <OScope /> |
| 28 | + | <!--15--> <OString v="hello" /> |
| 29 | - | <!--16--> <OGetLex v="flash.display.DisplayObjectContainer" /> |
| 29 | + | <!--17--> <OInitProp v="foo" /> |
| 30 | - | <!--18--> <OScope /> |
| 30 | + | <!--19--> <ORetVoid /> |
| 31 | - | <!--19--> <OGetLex v="flash.display.Sprite" /> |
| 31 | + | |
| 32 | - | <!--21--> <OScope /> |
| 32 | + | <class name="Main" extends="flash.display.MovieClip"> |
| 33 | - | <!--22--> <OGetLex v="flash.display.MovieClip" /> |
| 33 | + | <var name="bar" type="String" slot="0" /> |
| 34 | - | <!--24--> <OScope /> |
| 34 | + | <var name="foo" type="String" slot="1" static="true" /> |
| 35 | - | <!--25--> <OGetLex v="flash.display.MovieClip" /> |
| 35 | + | <function name="Main" args="" return="void" > |
| 36 | - | <!--27--> <OClassDef v="Main" /> |
| 36 | + | |
| 37 | - | <!--29--> <OPopScope /> |
| 37 | + | |
| 38 | - | <!--30--> <OPopScope /> |
| 38 | + | |
| 39 | - | <!--31--> <OPopScope /> |
| 39 | + | |
| 40 | - | <!--32--> <OPopScope /> |
| 40 | + | <!--5--> <OFindProp v="bar" /> |
| 41 | - | <!--33--> <OPopScope /> |
| 41 | + | <!--7--> <OString v="world" /> |
| 42 | - | <!--34--> <OPopScope /> |
| 42 | + | <!--9--> <OInitProp v="bar" /> |
| 43 | - | <!--35--> <OPopScope /> |
| 43 | + | <!--11--> <ORetVoid /> |
| 44 | - | <!--36--> <OInitProp v="Main" /> |
| 44 | + | |
| 45 | - | <!--38--> <ORetVoid /> |
| 45 | + | |
| 46 | <function name="Main" static="true" args="" return="void" > | |
| 47 | <!--0--> <ORetVoid /> | |
| 48 | </function> |