InterpretationResult

class InterpretationResult(val interpretedSuccessfully: Boolean, val command: Command)

Provides the result of an interpretation. interpretedSuccessfully specifies if the interpretation was a success, and the command provides the interpreted Command.

Constructors

Link copied to clipboard
constructor(interpretedSuccessfully: Boolean, command: Command)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard