2 Replies Latest reply on Jun 23, 2003 9:32 AM by chiba

    Object Instantiation

    ravipal

      Dear All,

      I want to know Object instantiation or Assignment in the Class method so that i could trap that. I would like to see some sample code for the same.

      e.g :
      ............
      ...
      ..
      myTrap();
      Object o = new Object();

      ............

      or

      myTrap();
      o = Vector Object

      I also want to know all the field Declared in the method like int, string etc.

      Thanking you all in advance
      Ravi Pal