C# 클래스 EsotericIDE.Sclipting.Parser

파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 메소드들

메소드 설명
Parse ( string source, int addIndex ) : List
ParseByteArrayToken ( string source, int index ) : string

비공개 메소드들

메소드 설명
findMatchingEnd ( string source, int start, int addIndex, int &conditionEndIndex, int &elseIndex, bool &elsePops, int &endIndex ) : void

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string source, int addIndex ) : List
source string
addIndex int
리턴 List

ParseByteArrayToken() 공개 정적인 메소드

public static ParseByteArrayToken ( string source, int index ) : string
source string
index int
리턴 string