Class VbRepository
- 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 VbRepository : ReflectionRepository, INETRepository, IReflectionRepository, ICodeCompletionRepository, IDisposable
- Inheritance
-
VbRepository
- Implements
- Derived
Constructors
- VbRepository(bool, ISyntaxTree)
Initializes a new instance of the
VbRepository
class with specified settings.
Methods
- FillMembers(ISyntaxNode, Point, IListMembers, object, string, CodeCompletionScope, ref int)
Fills a provider with the members, providing available choices for the specified language element.
- GetSpecialMemberType(string, ISyntaxNode, ref string, ref Point, ref Point, out CodeCompletionScope)
Obtains information about a member of some language element in special cases.
- IsDeclarationNode(ref ISyntaxNode, bool)
Indicates whether specified node is a declaration node (contains declaration of some syntax structure, such as class, namespace and so on).