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