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