Babel Enumerations
These are the enumerations used in the Babel Package language service.
In This Section
CharClass Enumeration
Values that specify the type of a character (such as identifier, number, or string).ColorClass Enumeration
Values that specify the color class of a character (such as comment, number, or literal).ParseReason Enumeration
Values that specify reasons for parsing.ScopeAccess Enumeration
Values that specify the access type of a token (such as public, protected, or private).ScopeKind Enumeration
Values that specify the kind of a token (such as class, interface, or variable).ScopeStorage Enumeration
Values that specify the storage specification of a token (such as static, virtual, or local).Severity Enumeration
Specifies levels of severity of a task list item associated with a parsing operation.TriggerClass Enumeration
Values that can trigger an action associated with a particular character (such as match braces or member completion).
Related Sections
- Babel Interfaces
Links to interfaces that are used for implementing Babel language service.