qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
SubroutineCall
Class SubroutineCall
Class representing a subroutine call.
Hierarchy (
View Summary
)
Statement
SubroutineCall
Index
Constructors
constructor
Properties
parameters
subroutine
Name
Constructors
constructor
new
SubroutineCall
(
subroutineName
:
Identifier
,
parameters
?:
Parameters
,
)
:
SubroutineCall
Parameters
subroutineName
:
Identifier
Optional
parameters
:
Parameters
Returns
SubroutineCall
Properties
parameters
parameters
:
Parameters
subroutine
Name
subroutineName
:
Identifier
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
parameters
subroutine
Name
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a subroutine call.