Example #1
0
 public CompilerOptimize(SwfFormat swf)
 {
     _swf = swf;
     _labelUtil = new LabelUtil();
 }
Example #2
0
 public CompilerInline(SwfFormat swf)
 {
     _swf = swf;
     _labelUtil = new LabelUtil();
 }
Example #3
0
 public DisassemblerAs3c()
     : base()
 {
     _labels = new LabelUtil();
 }