Header menu logo issie

StatementDU Type

Union cases

Union case Description

BlockingAssign(Assignment, location)

Full Usage: BlockingAssign(Assignment, location)

Parameters:
Item1 : Assignment
location : int

Case(CaseStatement, location)

Full Usage: Case(CaseStatement, location)

Parameters:
Item1 : CaseStatement
location : int

Conditional(ifstmt, elseStmt, location)

Full Usage: Conditional(ifstmt, elseStmt, location)

Parameters:
ifstmt : IfStatement
elseStmt : StatementDU option
location : int

ForStatement(ForStatement, location)

Full Usage: ForStatement(ForStatement, location)

Parameters:
Item1 : ForStatement
location : int

NonBlockingAssign(Assignment, location)

Full Usage: NonBlockingAssign(Assignment, location)

Parameters:
Item1 : Assignment
location : int

SeqBlock(StatementDU array, location)

Full Usage: SeqBlock(StatementDU array, location)

Parameters:
Item1 : StatementDU array
location : int

Instance members

Instance member Description

this.IsBlockingAssign

Full Usage: this.IsBlockingAssign

Returns: bool
Returns: bool

this.IsCase

Full Usage: this.IsCase

Returns: bool
Returns: bool

this.IsConditional

Full Usage: this.IsConditional

Returns: bool
Returns: bool

this.IsForStatement

Full Usage: this.IsForStatement

Returns: bool
Returns: bool

this.IsNonBlockingAssign

Full Usage: this.IsNonBlockingAssign

Returns: bool
Returns: bool

this.IsSeqBlock

Full Usage: this.IsSeqBlock

Returns: bool
Returns: bool

Type something to start searching.