PragmaKind

These are the tokens that are understood directly by the Avail compiler.

Author

Todd L Smith

Mark van Gulik

Parameters

lexeme

The Java lexeme string, i.e. the text of the token.

Entries

Link copied to clipboard

Module header token: Occurs in pragma strings to assert some quality of the virtual machine.

Link copied to clipboard

Module header token: Occurs in pragma strings to define bootstrap method.

Link copied to clipboard

Module header token: Occurs in pragma strings to define bootstrap macros.

Link copied to clipboard

Module header token: Occurs in a pragma string to define a lexer.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Java String form of the lexeme.

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.