WHITESPACE

A token representing one or more whitespace characters separating other tokens. These tokens are skipped by the normal parsing machinery, although some day we'll provide a notation within method names to capture whitespace tokens as arguments.

Properties

Link copied to clipboard
val atom: A_Atom

The associated special atom.

Link copied to clipboard
open override val fieldName: String

Answer the name of this enumeration value.

Link copied to clipboard
open override val fieldOrdinal: Int

Answer an integer that identifies this enumeration value uniquely within this enumeration subclass (i.e., any enumeration class implementing this interface). These values are allocated sequentially to the enumeration values, starting at zero.

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