Esempio n. 1
0
 public XElement Visit(LessThanOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("lessthan"));
 }
Esempio n. 2
0
 public BaseAvm2Opcode Visit(LessThanOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }