Exemplo n.º 1
0
 public void EmitIR(CILEmitter Emitter, bool Reference)
 {
     if (Reference)
     {
         throw new InvalidByReferenceException();
     }
     factor.EmitIR(Emitter, false);
     Type.UnaryOperation(oper).EmitIR(Emitter);
 }
Exemplo n.º 2
0
 public void EmitIR(CILEmitter Emitter, bool Reference)
 {
     if (Reference)
     {
         throw new InvalidByReferenceException();
     }
     factor.EmitIR(Emitter, false);
     Emitter.ArraySize();
     Emitter.ToInt32();
 }