Ejemplo n.º 1
0
 public XElement Visit(CoerceOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("coerce", new XAttribute("type", opcode.Type.ToXml())));
 }
Ejemplo n.º 2
0
 public BaseAvm2Opcode Visit(CoerceOpcode opcode, AbcDataReader arg)
 {
     opcode.Type = _context.GetMultiname(arg.ReadU30(), AbcMultiname.Any);
     return(opcode);
 }