Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:gettypeclass [2023/04/04 07:17] – removed - external edit (Unknown date) 127.0.0.1pr_methods:gettypeclass [2023/05/03 04:39] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods IFunctionLibrary_Interface getTypeClass Index}}
 +
 +====getTypeClass (String, Collection)====
 +<code java>public Class getTypeClass (String functionName, Collection parameters) </code>
 +
 +This method must return the class of the object that is returned when the function is calculated – see ''[[pr_methods:calculate|calculate]]'' method.
 +
 +=== Parameters ===
 +|''functionName''|the name of the function in the library the return type of which is required|
 +|''parameters''|the parameters of the function specified as a collection of the ''IArithmeticNode'' objects. |
 +
 +===Returns===
 +The class of the object that is returned by the ''[[pr_methods:calculate|calculate]]'' method for the specified function.