FiberKind

A FiberKind is a broad categorization of A_Fiber, useful, say, for filtering which fibers are captured by a debugger.

Entries

Link copied to clipboard

The fiber is evaluating a macro or macro prefix.

Link copied to clipboard

The fiber is evaluating a semantic restriction.

Link copied to clipboard

The fiber is evaluating a lexer (attempting to produce a token).

Link copied to clipboard

The fiber is evaluating a top-level statement of a module.

Link copied to clipboard

The fiber is evaluating a command, for example an invocation of an entry point.

Link copied to clipboard

The fiber is for some other, unknown purpose. Note that this has to be the final entry, and it must be the only enum value with null as its flag.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Answer a very short name for this FiberKind, preferably only one or two characters.

Functions

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.