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