System Reference Summary : Statements : OpenROAD Language Statements : Method Invocation Statement
 
Share this page          
Method Invocation Statement
This statement invokes a method that is defined on a class of a reference variable.
It has the following syntax:
[returnvariable =] referencevariable.method(parameterlist);