SideEffectKind

enum SideEffectKind : Enum<SideEffectKind>

The kinds of manifest entries that can be recorded. If this changes in a way other than adding enum values at the end, you must rebuild your repository files.

Entries

Link copied to clipboard

An atom has been defined. The summaryText will be the atom name.

Link copied to clipboard

The summaryText will be the method name.

Link copied to clipboard

The summaryText will be the method name.

Link copied to clipboard

The summaryText will be the method name.

Link copied to clipboard

The summaryText will be the macro name.

Link copied to clipboard

The summaryText will be the method name being restricted.

Link copied to clipboard

The summaryText will be the method name being restricted.

Link copied to clipboard

The summaryText will be the method name being sealed.

Link copied to clipboard

The summaryText will be the lexer's name.

Link copied to clipboard

The summaryText will be the module constant's name.

Link copied to clipboard

The summaryText will be the module variable's name.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int