41 inst.Type = (string)element.Attribute(
"type");
44 readonly OpCode opcode;
47 public string Type {
get;
set; }
54 internal override void Generate(CodeGenContext context,
CodeEmitter ilgen)
58 Debug.Assert(
Type !=
null);
59 typeType = context.ClassLoader.Context.StaticCompiler.GetTypeForMapXml(context.ClassLoader,
Type);
62 ilgen.Emit(opcode, typeType);