3. Statements : OpenROAD Language Statements : Method Invocation Statement : Parameters—Method Invocation Statement
 
Share this page                  
Parameters—Method Invocation Statement
This statement has the following parameters:
returnvariable
Specifies the name of a simple variable or reference variable in the calling frame or procedure that receives the return value from the method. The data type of the return variable must match the return type of the method.
referencevariable
Specifies the name of a reference variable or an expression that resolves to a reference variable. The class of this reference variable must be of the same class for which the method is defined or a subclass of that class.
method
Specifies the name of the method to invoke. This is a dynamic name.
parameterlist
For methods of system classes and user classes, see NamedParameterList (see NamedParameterList).
For methods of external classes, see UnnamedParameterList (see UnnamedParameterList).