enum

TLParser::Category

Inherits Enum < Comparable < Value < Object

The category to which a definition belongs.

Constants

Types = 0

The default category, a definition represents a type.

Functions = 1

A definition represents a callable function.

Instance methods

functions?

Returns true if this enum value equals Functions

Source
types?

Returns true if this enum value equals Types

Source