Ejemplo n.º 1
0
 public XElement Visit(PopOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("pop"));
 }
Ejemplo n.º 2
0
 public BaseAvm2Opcode Visit(PopOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }