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