public XElement Visit(ConvertDOpcode opcode, AbcMethodBodyInstruction arg) { return(new XElement("convert_d")); }
public BaseAvm2Opcode Visit(ConvertDOpcode opcode, AbcDataReader arg) { return(opcode); }