public XElement Visit(GetLexOpcode opcode, AbcMethodBodyInstruction arg) { return(new XElement("getlex").AddName(opcode.Name)); }
public BaseAvm2Opcode Visit(GetLexOpcode opcode, AbcDataReader arg) { opcode.Name = _context.GetMultiname(arg.ReadU30(), null); return(opcode); }