InstructionGroup

data class InstructionGroup

This groups a sequence of instruction elements which are related to each other.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

firstInstructionIndex

The bottom sequence range constraint.

lastInstructionIndex

The top sequence range constraint.

groupMessage

The summary message returned when available.

groupLength

The length of the grouped instructions.

Properties

Link copied to clipboard
val firstInstructionIndex: Int = 0
Link copied to clipboard
val groupLength: Distance
Link copied to clipboard
val groupMessage: String?
Link copied to clipboard
val lastInstructionIndex: Int = 0