UsageType

The way that a NameInModule is being used somewhere.

Entries

Link copied to clipboard

This is a use of the name as a method to invoke at runtime.

Link copied to clipboard

This is a use of the name as a macro to invoke at compile time.

Link copied to clipboard

The name appears in a module header in either (1) the Names section, (2) as the right-hand side of a rename in the Uses section, or (3) as the right-hand side of a rename in the Extends section.

Link copied to clipboard

The name appears in a module header in either (1) the Uses section, (2) the left-hand side of a rename in the Uses section, (3) the Extends section, or (4) the left-hand side of a rename in the Extends section.

Link copied to clipboard

The name was created within the body, either as (1) a consequence of an initial atom lookup or (2) an invocation of P_CreateAtom.

Link copied to clipboard

The name was referenced in the body as a consequence of a non-initial atom lookup.

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

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.