示例#1
0
 public XElement Visit(BitAndOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("bitand"));
 }
示例#2
0
 public BaseAvm2Opcode Visit(BitAndOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }