BranchExecution class

Branch execution data, as reported by a "BRDA" line.

Constructors

BranchExecution(int line, int block, int branch, int taken)

Properties

block int
Block number
final
branch int
Branch number.
final
hashCode int
The hash code for this object.
no setterinherited
line int
line number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taken int
The number of times the branch was taken.
final

Methods

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