new

From Documentation
Revision as of 08:31, 17 December 2010 by Char (talk | contribs)
Object new(Object cls);
i.e., CommonFns.new_(Object)

Instantiates the given class. It assumes the given class has a default constructor.

Paramters

  • cls - the class. It could be an instance of either String or Class.

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.