ErrorHandler

data class ErrorHandler(val errorName: String, val label: Insn.Label)

An error handler.

Constructors

Link copied to clipboard
constructor(errorName: String, label: Insn.Label)

Properties

Link copied to clipboard

The name of the error.

Link copied to clipboard

The label to jump to.