C# 클래스 CSScriptCompilers.CCSharpParser

Extremely light/primitive parser
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isClassless bool

공개 메소드들

메소드 설명
CCSharpParser ( string file ) : System
GenerateCode ( string rootMethodName ) : string
ToTempFile ( bool imported ) : string

비공개 메소드들

메소드 설명
FixString ( string text ) : string
IsClasslessCode ( string rawCode ) : bool
IsDeclaration ( string code ) : bool
IsMethodDeclaration ( string code ) : bool
IsToken ( string text, int start, int length ) : bool
IsUsingDirective ( string code ) : bool
ProcessIfMarkedAsClassless ( string rawCode ) : bool

메소드 상세

CCSharpParser() 공개 메소드

public CCSharpParser ( string file ) : System
file string
리턴 System

GenerateCode() 공개 메소드

public GenerateCode ( string rootMethodName ) : string
rootMethodName string
리턴 string

ToTempFile() 공개 메소드

public ToTempFile ( bool imported ) : string
imported bool
리턴 string

프로퍼티 상세

isClassless 공개적으로 프로퍼티

public bool isClassless
리턴 bool