StatementDU Type
Union cases
| Union case | Description |
|
|
|
|
Full Usage:
Conditional(ifstmt, elseStmt, location)
Parameters:
IfStatement
elseStmt : StatementDU option
location : int
|
|
|
|
|
|
Full Usage:
SeqBlock(StatementDU array, location)
Parameters:
StatementDU array
location : int
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBlockingAssign
Returns: bool
|
|
Full Usage:
this.IsCase
Returns: bool
|
|
Full Usage:
this.IsConditional
Returns: bool
|
|
Full Usage:
this.IsForStatement
Returns: bool
|
|
Full Usage:
this.IsNonBlockingAssign
Returns: bool
|
|
Full Usage:
this.IsSeqBlock
Returns: bool
|
|