C# 클래스 CoffeeScript.Editor.Parser

파일 보기 프로젝트 열기: andrewdavey/coffeescript-vs 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string sourceCode ) : IEnumerable
Parser ( ) : System

비공개 메소드들

메소드 설명
CreateScriptEngineWithCoffeeScriptLoaded ( ) : ScriptEngine
EscapeJavaScriptString ( string sourceCode ) : string
ParseHereComment ( string value, int sourceCodeIndex, string sourceCode ) : int>.Tuple

메소드 상세

Parse() 공개 메소드

public Parse ( string sourceCode ) : IEnumerable
sourceCode string
리턴 IEnumerable

Parser() 공개 메소드

public Parser ( ) : System
리턴 System