Babel Enumerations

These are the enumerations used in the Babel Package language service.

In This Section

  • CharClass
    Values that specify the type of a character (such as identifier, number, or string).

  • ColorClass
    Values that specify the color class of a character (such as comment, number, or literal).

  • ParseReason
    Values that specify reasons for parsing.

  • ScopeAccess
    Values that specify the access type of a token (such as public, protected, or private).

  • ScopeKind
    Values that specify the kind of a token (such as class, interface, or variable).

  • ScopeStorage
    Values that specify the storage specification of a token (such as static, virtual, or local).

  • Severity
    Specifies levels of severity of a task list item associated with a parsing operation.

  • TriggerClass
    Values that can trigger an action associated with a particular character (such as match braces or member completion).

  • Babel Interfaces
    Links to interfaces that are used for implementing Babel language service.