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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addManifestEntryToNamesIndex(manifestEntry: ModuleManifestEntry, manifestIndex: Int, namesIndex: NamesIndex)
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.