PARSING_PLAN_TAG

Properties

Link copied to clipboard

The array of Contravariant relationships defined during construction.

Link copied to clipboard

The array of Covariant relationships defined during construction.

Link copied to clipboard
val depth: Int

The number of ancestors of this TypeTag

Link copied to clipboard

The highest ordinal value of all of this TypeTag's descendants, including itself. The descendants' ordinals must start just after the current TypeTag's ordinal, and be contiguously numbered. Since the ordinals are assigned by the Enum mechanism, that means a TypeTag definition must be followed immediately by each of its children and their descendants, which is prefix tree order.

Link copied to clipboard

A flag set during initialization, indicating this TypeTag has no direct instances.

Link copied to clipboard

If object X has tag T, then X's type has tag T.metaTag.

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

The parent of this TypeTag.

Link copied to clipboard

Every TypeTag has a (potentially infinite) collection of values that use that tag. After initialization, this property has the least upper bound A_Type that constrains all those values.

Link copied to clipboard

Some TypeTags occur in exactly one AvailObject. If so, this field will be initialized to a lambda that produces the value.

Functions

Link copied to clipboard
Link copied to clipboard
fun isSubtagOf(otherTag: TypeTag): Boolean