Search
Preparing search index...
The search index is not available
gateware-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"block-statements"
IfStatement
Class IfStatement<SubjectType, BodyStatementsT>
Should not be used directly, instead use
If
or
SIf
Type parameters
SubjectType
BodyStatementsT
Hierarchy
IfStatement
Index
Constructors
constructor
Properties
exprs
subject
type
Methods
Else
Else
If
Constructors
constructor
new
IfStatement
(
expr
:
SubjectType
, body
:
BodyStatementsT
[]
)
:
IfStatement
Parameters
expr:
SubjectType
body:
BodyStatementsT
[]
Returns
IfStatement
Properties
exprs
exprs
:
BodyStatementsT
[]
subject
subject
:
SubjectType
type
type
:
"ifStatement"
= IF_STATEMENT
Methods
Else
Else
(
exprs
:
BodyStatementsT
[]
)
:
IfElseBlock
<
SubjectType
,
BodyStatementsT
>
Parameters
exprs:
BodyStatementsT
[]
Returns
IfElseBlock
<
SubjectType
,
BodyStatementsT
>
Else
If
Else
If
(
expr
:
SubjectType
, body
:
BodyStatementsT
[]
)
:
ElseIfStatement
<
SubjectType
,
BodyStatementsT
>
Parameters
expr:
SubjectType
body:
BodyStatementsT
[]
Returns
ElseIfStatement
<
SubjectType
,
BodyStatementsT
>
Globals
"block-
statements"
"generator/index"
"gw-
module"
"index"
"main-
types"
"signals"
"simulation"
"vendor-
module"
Else
IfStatement
If
Statement
constructor
exprs
subject
type
Else
Else
If
If
Else
Block
Case
Combinational
Switch
Assignment
Default
If
SIf
Switch
Generated using
TypeDoc
Should not be used directly, instead use If or SIf