new3

From Documentation
Revision as of 08:30, 17 December 2010 by Char (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Object new3(Object cls, Object arg1, Object arg2, Object arg3);
i.e., CommonFns.new_(Object, Object, Object)

Instantiates the given class with three arguments. It assumes the given class has a proper constructor.

Paramters

  • cls - the class. It could be an instance of either String or Class.
  • arg1 - the first argument to be passed to the constructor.
  • arg2 - the second argument to be passed to the constructor.
  • arg3 - the third argument to be passed to the constructor.

Version History

Last Update : 2010/12/17


Version Date Content
     



Last Update : 2010/12/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.