C# 클래스 CodeConnect.TypeScriptSyntaxVisualizer.TypeScriptProcessor

In order to parse the TypeScript we have to run our Javascript parser. This sucks, but it seems to work and doesn't require our users to have anything special installed.
상속: IDisposable
파일 보기 프로젝트 열기: CodeConnect/TypeScriptSyntaxVisualizer 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ParseFileAndGetSyntaxRoot ( string sourceText ) : SyntaxNodeOrToken
TypeScriptProcessor ( ) : System

비공개 메소드들

메소드 설명
CreateExecutionEngine ( [ name, [ enableDebugging, [ forceJScript9, IJavaScriptExecutionEngine &engine ) : int
VerifyThread ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ParseFileAndGetSyntaxRoot() 공개 메소드

public ParseFileAndGetSyntaxRoot ( string sourceText ) : SyntaxNodeOrToken
sourceText string
리턴 SyntaxNodeOrToken

TypeScriptProcessor() 공개 메소드

public TypeScriptProcessor ( ) : System
리턴 System