Name |
Description |
LSLAutoCompleteGlobalFunction |
Represents a global function declaration that was parsed by the auto complete parser |
LSLAutoCompleteLocalJump |
Represents a local jump statement parsed by the auto complete parser. |
LSLAutoCompleteLocalLabel |
Represents a local label statement parsed by the auto complete parser. |
LSLAutoCompleteLocalParameter |
Represents a local parameter parsed by the auto complete parser. |
LSLAutoCompleteLocalVariable |
Represents a local variable declaration parsed by the auto complete parser. |
LSLAutoCompleteParser |
An LSL parser that can help with implementing context aware auto-complete inside of code editors. |
LSLAutoCompleteParserBase |
An abstract base class with common functionality for auto complete parsers. |
LSLAutoCompleteStateBlock |
Represents a state block parsed by the auto complete parser. |
LSLCommentAndStringDetector |
A class to help determine if an offset into LSL source code is inside of a comment or string literal. |