Class JavaScriptRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
Represents properties and methods to perform code completion functionality for Java Script language.
public class JavaScriptRepository : ReflectionRepository, INETRepository, IReflectionRepository, ICodeCompletionRepository, IDisposable
- Inheritance
-
JavaScriptRepository
- Implements
Constructors
- JavaScriptRepository(bool, ISyntaxTree)
Initializes a new instance of the
JavaScriptRepository
class with specified settings.
Methods
- GetCommentTemplate(Point, ISyntaxNode, string)
Returns xml comment template for given node in the text.
- GetDescription(IListMembers, ISyntaxNode, object, string, bool)
Obtains description of some language element.
- GetXmlReferenceNode(ISyntaxNode)
Returns declaration node corresponding to xml comment.
- 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).
- IsStructureGuideNode(ISyntaxNode, out IRange)
Indicates whether specified
ISyntaxNode
is guide node.