Class JScriptNETParser
Represents a class that performs syntax and lexical analysis of specified Java Script.NET code text.
public class JScriptNETParser : JavaScriptParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
JScriptNETParser
- Implements
Methods
- CreateRepository()
Creates
ICodeCompletionRepository
to perform code completion functionality for this parser.
- GetCompletionType(char)
Obtains type of code completion window from specifies
char
parameter.
- ReparseBlock(Point)
Reparses syntax block at specified position.