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