System Reference Summary
>
System Reference Summary
>
Statements
>
OpenROAD Language Statements
>
Method Invocation Statement
Was this helpful?
Method Invocation Statement
Invokes a method that is defined on a class of a reference variable.
Syntax:
[
returnvariable
=
]
referencevariable
.
method
(
parameterlist
);
Last modified date: 12/20/2023
This site works best with JavaScript enabled