Exemplo n.º 1
0
 public void CopyFrom(ExpDesc e)
 {
     this.Kind = e.Kind;
     this.Info = e.Info;
     // this.Ind.T       = e.Ind.T;
     // this.Ind.Idx     = e.Ind.Idx;
     // this.Ind.Vt      = e.Ind.Vt;
     this.Ind         = e.Ind;
     this.NumberValue = e.NumberValue;
     this.ExitTrue    = e.ExitTrue;
     this.ExitFalse   = e.ExitFalse;
 }
Exemplo n.º 2
0
		public void CopyFrom( ExpDesc e )
		{
			this.Kind 			= e.Kind;
			this.Info 			= e.Info;
			// this.Ind.T 		= e.Ind.T;
			// this.Ind.Idx 	= e.Ind.Idx;
			// this.Ind.Vt 		= e.Ind.Vt;
			this.Ind 			= e.Ind;
			this.NumberValue 	= e.NumberValue;
			this.ExitTrue 		= e.ExitTrue;
			this.ExitFalse 		= e.ExitFalse;
		}