Exemplo n.º 1
0
 public XElement Visit(ConvertDOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("convert_d"));
 }
Exemplo n.º 2
0
 public BaseAvm2Opcode Visit(ConvertDOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }