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