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