new1

From Documentation
Revision as of 12:16, 26 October 2017 by Robertwenzel (talk | contribs)
Object new1(Object cls, Object arg);
i.e., CommonFns.new_(Object, Object)

Instantiates the given class with an argument. It assumes the given class has a proper constructor.

Parameters

  • cls - the class. It could be an instance of either String or Class.
  • arg - the argument to be passed to the constructor.

Version History

Last Update : 2017/10/26


Version Date Content
     



Last Update : 2017/10/26

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