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