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"
ElseIfStatement
Class ElseIfStatement<SubjectType, BodyStatementsT>
Should not be used directly, instead use
If
or
SIf
Type parameters
SubjectType
BodyStatementsT
Hierarchy
ElseIfStatement
Index
Constructors
constructor
Properties
else
Exprs
else
Subject
parent
Statement
type
Methods
Else
Else
If
Constructors
constructor
new
Else
IfStatement
(
parent
:
IfStatement
<
SubjectType
,
BodyStatementsT
>
|
ElseIfStatement
<
SubjectType
,
BodyStatementsT
>
, expr
:
SubjectType
, body
:
BodyStatementsT
[]
)
:
ElseIfStatement
Parameters
parent:
IfStatement
<
SubjectType
,
BodyStatementsT
>
|
ElseIfStatement
<
SubjectType
,
BodyStatementsT
>
expr:
SubjectType
body:
BodyStatementsT
[]
Returns
ElseIfStatement
Properties
else
Exprs
else
Exprs
:
BodyStatementsT
[]
else
Subject
else
Subject
:
SubjectType
parent
Statement
parent
Statement
:
IfStatementLike
<
SubjectType
,
BodyStatementsT
>
type
type
:
"elseIfStatement"
= ELSE_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
constructor
else
Exprs
else
Subject
parent
Statement
type
Else
Else
If
If
Statement
If
Else
Block
Case
Combinational
Switch
Assignment
Default
If
SIf
Switch
Generated using
TypeDoc
Should not be used directly, instead use If or SIf