setIndex() public method

public setIndex ( int i ) : void
i int
return void
Beispiel #1
0
 public void add(Var e)
   {
   int index = vindex++;
   e.setIndex(index);
   vhash.Add(e.getName(), e);
   vhash.Add(index, e);
   }
Beispiel #2
0
        public void add(Var e)
        {
            int index = vindex++;

            e.setIndex(index);
            vhash.Add(e.getName(), e);
            vhash.Add(index, e);
        }