Class BooleanType

Hierarchy (View Summary)

Constructors

Accessors

Constructors

Accessors

  • get identifier(): string

    The syntax component identifier, i.e. NumberType.

    Returns string

    The identifier.

  • get name(): string

    The lexeme name of the type, i.e. int, number, string.

    Returns string

    The name.

  • get supported(): boolean

    Whether this type is supported by the current implementation. Usually, only InvalidType | InvalidType should be marked as unsupported.

    Returns boolean

    Whether the type is supported.