OPERATOR

A single operator character, which is anything that isn't whitespace, a keyword character, or an Avail reserved character.

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