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