Exemple #1
0
 public BaseAvm2Opcode Visit(PushNamespaceOpcode opcode, AbcDataReader arg)
 {
     opcode.Index = arg.ReadU30();
     return(opcode);
 }
Exemple #2
0
 public XElement Visit(PushNamespaceOpcode opcode, AbcMethodBodyInstruction arg)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public BaseAvm2Opcode Visit(PushNamespaceOpcode opcode, AbcDataReader arg)
 {
     throw new System.NotImplementedException();
 }