Sequence<SequencerType extends Sequencer<SequenceItem> > class
abstract
A collection of operations to execute on a Sequencer.
Sequences are a mechanism that enabled modular reuse of
a sequence of SequenceItems on a given type of Sequencer,
parameterized by SequencerType
.
- Inheritance
-
- Object
- ROHDVFObject
- Sequence
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
A Logger for messages related to the test or testbench.
latefinalinherited
- name → String
-
The name of this instance of this Sequence.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
body(
SequencerType sequencer) → Future< void> -
Operations to perform on
sequencer
, usually adding new SequenceItems tosequencer
. -
fullName(
) → String -
A descriptive name representing this instance of the object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited