Enum sv_parser_syntaxtree::behavioral_statements::statements::StatementItem[][src]

pub enum StatementItem {
Show 20 variants BlockingAssignment(Box<(BlockingAssignment, Symbol)>), NonblockingAssignment(Box<(NonblockingAssignment, Symbol)>), ProceduralContinuousAssignment(Box<(ProceduralContinuousAssignment, Symbol)>), CaseStatement(Box<CaseStatement>), ConditionalStatement(Box<ConditionalStatement>), IncOrDecExpression(Box<(IncOrDecExpression, Symbol)>), SubroutineCallStatement(Box<SubroutineCallStatement>), DisableStatement(Box<DisableStatement>), EventTrigger(Box<EventTrigger>), LoopStatement(Box<LoopStatement>), JumpStatement(Box<JumpStatement>), ParBlock(Box<ParBlock>), ProceduralTimingControlStatement(Box<ProceduralTimingControlStatement>), SeqBlock(Box<SeqBlock>), WaitStatement(Box<WaitStatement>), ProceduralAssertionStatement(Box<ProceduralAssertionStatement>), ClockingDrive(Box<(ClockingDrive, Symbol)>), RandsequenceStatement(Box<RandsequenceStatement>), RandcaseStatement(Box<RandcaseStatement>), ExpectPropertyStatement(Box<ExpectPropertyStatement>),
}

Variants

BlockingAssignment(Box<(BlockingAssignment, Symbol)>)

Tuple Fields of BlockingAssignment

0: Box<(BlockingAssignment, Symbol)>
NonblockingAssignment(Box<(NonblockingAssignment, Symbol)>)

Tuple Fields of NonblockingAssignment

0: Box<(NonblockingAssignment, Symbol)>
ProceduralContinuousAssignment(Box<(ProceduralContinuousAssignment, Symbol)>)

Tuple Fields of ProceduralContinuousAssignment

0: Box<(ProceduralContinuousAssignment, Symbol)>
CaseStatement(Box<CaseStatement>)

Tuple Fields of CaseStatement

0: Box<CaseStatement>
ConditionalStatement(Box<ConditionalStatement>)

Tuple Fields of ConditionalStatement

0: Box<ConditionalStatement>
IncOrDecExpression(Box<(IncOrDecExpression, Symbol)>)

Tuple Fields of IncOrDecExpression

0: Box<(IncOrDecExpression, Symbol)>
SubroutineCallStatement(Box<SubroutineCallStatement>)

Tuple Fields of SubroutineCallStatement

0: Box<SubroutineCallStatement>
DisableStatement(Box<DisableStatement>)

Tuple Fields of DisableStatement

0: Box<DisableStatement>
EventTrigger(Box<EventTrigger>)

Tuple Fields of EventTrigger

0: Box<EventTrigger>
LoopStatement(Box<LoopStatement>)

Tuple Fields of LoopStatement

0: Box<LoopStatement>
JumpStatement(Box<JumpStatement>)

Tuple Fields of JumpStatement

0: Box<JumpStatement>
ParBlock(Box<ParBlock>)

Tuple Fields of ParBlock

0: Box<ParBlock>
ProceduralTimingControlStatement(Box<ProceduralTimingControlStatement>)

Tuple Fields of ProceduralTimingControlStatement

0: Box<ProceduralTimingControlStatement>
SeqBlock(Box<SeqBlock>)

Tuple Fields of SeqBlock

0: Box<SeqBlock>
WaitStatement(Box<WaitStatement>)

Tuple Fields of WaitStatement

0: Box<WaitStatement>
ProceduralAssertionStatement(Box<ProceduralAssertionStatement>)

Tuple Fields of ProceduralAssertionStatement

0: Box<ProceduralAssertionStatement>
ClockingDrive(Box<(ClockingDrive, Symbol)>)

Tuple Fields of ClockingDrive

0: Box<(ClockingDrive, Symbol)>
RandsequenceStatement(Box<RandsequenceStatement>)

Tuple Fields of RandsequenceStatement

0: Box<RandsequenceStatement>
RandcaseStatement(Box<RandcaseStatement>)

Tuple Fields of RandcaseStatement

0: Box<RandcaseStatement>
ExpectPropertyStatement(Box<ExpectPropertyStatement>)

Tuple Fields of ExpectPropertyStatement

0: Box<ExpectPropertyStatement>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.