Class CRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
Represents properties and methods to perform code completion functionality for Vb Script language.
public class CRepository : NETRepository, ICodeCompletionRepository, INETRepository, IDisposable
- Inheritance
-
CRepository
- Implements
Constructors
- CRepository(bool, ISyntaxTree)
Initializes a new instance of the
CRepository
class with specified settings.
Methods
- FillMember(IListMembers, object, string, CodeCompletionScope)
Obtains information about individual member of specified language element.
- GetDescription(IListMembers, ISyntaxNode, object, string, bool)
Obtains description of some language element.
- GetXmlCommentTemplate(Point, ISyntaxNode, string)
Returns xml comment template for given node in the text.
- IsAnonymusStruct(ISyntaxNode)
Indicates whether specified node is anonymous structure node.
- IsEmbeddedStruct(ISyntaxNode)
Indicates whether specified node is embedded structure node.
- IsUnnamedStruct(ISyntaxNode)
Indicates whether specified node is unnamed structure node.
- IsUnnamedStruct(string)
Indicates whether given type is unnamed structure.