jan_flanders

Untitled

Dec 21st, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!--
  2. package;
  3.  
  4.     import flash.display.*;
  5.     class Main extends MovieClip
  6.     {
  7.         public static var foo:String = "hello";
  8.         public var bar:String;
  9.        
  10.         public function new()
  11.         {
  12.             super();
  13.             bar = "world";
  14.         }
  15.     }
  16. -->
  17.         <init name="Main" return="void" >
  18. <!--0-->            <OThis />
  19. <!--1-->            <OScope />
  20. <!--2-->            <OGetGlobalScope />
  21. <!--3-->            <OGetLex v="flash.display.MovieClip" />
  22. <!--5-->            <OScope />
  23. <!--6-->            <OGetLex v="flash.display.MovieClip" />
  24. <!--8-->            <OClassDef v="Main" />
  25. <!--10-->           <OPopScope />
  26. <!--11-->           <OInitProp v="Main" />
  27. <!--13-->           <OGetLex v="Main" />
  28. <!--15-->           <OString v="hello" />
  29. <!--17-->           <OInitProp v="foo" />
  30. <!--19-->           <ORetVoid />
  31.         </init>
  32.         <class name="Main" extends="flash.display.MovieClip">
  33.             <var name="bar" type="String" slot="0" />
  34.             <var name="foo" type="String" slot="1" static="true" />
  35.             <function name="Main" args="" return="void" >
  36. <!--0-->                <OThis />
  37. <!--1-->                <OScope />
  38. <!--2-->                <OThis />
  39. <!--3-->                <OConstructSuper v="0" />
  40. <!--5-->                <OFindProp v="bar" />
  41. <!--7-->                <OString v="world" />
  42. <!--9-->                <OInitProp v="bar" />
  43. <!--11-->               <ORetVoid />
  44.             </function>
  45.  
  46.             <function name="Main" static="true" args="" return="void" >
  47. <!--0-->                <ORetVoid />
  48.             </function>
Advertisement
Add Comment
Please, Sign In to add comment