jan_flanders

Untitled

Dec 21st, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.94 KB | None | 0 0
  1. <!--
  2. package
  3. {
  4.     import flash.display.*;
  5.     public class Main extends MovieClip
  6.     {
  7.         public static var foo:String = "hello";
  8.         public var bar:String = "world";
  9.        
  10.         public function Main()
  11.         {
  12.             super()
  13.         }
  14.     }
  15. }
  16. -->
  17. <init name="Main" return="*" ><!-- maxStack="2" nRegs="1" initScope="1" maxScope="9" length="39 bytes"-->
  18. <!--0-->            <OThis />
  19. <!--1-->            <OScope />
  20. <!--2-->            <OGetScope v="0" />
  21. <!--4-->            <OGetLex v="Object" />
  22. <!--6-->            <OScope />
  23. <!--7-->            <OGetLex v="flash.events.EventDispatcher" />
  24. <!--9-->            <OScope />
  25. <!--10-->           <OGetLex v="flash.display.DisplayObject" />
  26. <!--12-->           <OScope />
  27. <!--13-->           <OGetLex v="flash.display.InteractiveObject" />
  28. <!--15-->           <OScope />
  29. <!--16-->           <OGetLex v="flash.display.DisplayObjectContainer" />
  30. <!--18-->           <OScope />
  31. <!--19-->           <OGetLex v="flash.display.Sprite" />
  32. <!--21-->           <OScope />
  33. <!--22-->           <OGetLex v="flash.display.MovieClip" />
  34. <!--24-->           <OScope />
  35. <!--25-->           <OGetLex v="flash.display.MovieClip" />
  36. <!--27-->           <OClassDef v="Main" />
  37. <!--29-->           <OPopScope />
  38. <!--30-->           <OPopScope />
  39. <!--31-->           <OPopScope />
  40. <!--32-->           <OPopScope />
  41. <!--33-->           <OPopScope />
  42. <!--34-->           <OPopScope />
  43. <!--35-->           <OPopScope />
  44. <!--36-->           <OInitProp v="Main" />
  45. <!--38-->           <ORetVoid />
  46.         </init>
  47.        
  48.  
  49.         <class name="Main" extends="flash.display.MovieClip" sealed="true">
  50.             <var name="bar" type="String" value="world" slot="0" />
  51.             <var name="foo" type="String" value="hello" slot="1" static="true" />
  52.             <function name="Main" args="" return="*" >
  53. <!--0-->                <OThis />
  54. <!--1-->                <OScope />
  55. <!--2-->                <OThis />
  56. <!--3-->                <OConstructSuper v="0" />
  57. <!--5-->                <ORetVoid />
  58.             </function>
  59.  
  60.             <function name="Main" static="true" args="" return="*" >
  61. <!--0-->                <OThis />
  62. <!--1-->                <OScope />
  63. <!--2-->                <OFindProp v="foo" />
  64. <!--4-->                <OString v="hello" />
  65. <!--6-->                <OSetProp v="foo" />
  66. <!--8-->                <ORetVoid />
  67.             </function>
  68.  
  69.         </class>
Advertisement
Add Comment
Please, Sign In to add comment