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