In This Article

JavaScriptTokenTaggerProvider Class

Represents a provider of JavaScriptTokenTagger objects for documents that use the JavaScriptTokenTagger language.

public class JavaScriptTokenTaggerProvider : TaggerProviderBase<JavaScriptTokenTagger>, ICodeDocumentTaggerProvider
Inheritance:
Object TaggerProviderBase<JavaScriptTokenTagger> Object
Implements:
ICodeDocumentTaggerProvider

Remarks

This type was generated by the Actipro Language Designer tool v13.1.581.0 (http://www.actiprosoftware.com).

Constructors

JavaScriptTokenTaggerProvider(IJavaScriptClassificationTypeProvider)

Initializes a new instance of the JavaScriptTokenTaggerProvider class.

public JavaScriptTokenTaggerProvider(IJavaScriptClassificationTypeProvider classificationTypeProvider)
Parameter Type Description
classificationTypeProvider IJavaScriptClassificationTypeProvider

A IJavaScriptClassificationTypeProvider that provides classification types.

Methods

GetTagger<T>(ICodeDocument)

Returns a tagger for the specified ICodeDocument.

public ITagger<T> GetTagger<T>(ICodeDocument document)
    where T : ITag
Type Parameters:
T -

The type of ITag created by the tagger.

Parameter Type Description
document ICodeDocument

The ICodeDocument that requires a tagger.

Returns

ITagger<T>:

A tagger for the specified ICodeDocument.

Inherited Members