C# 클래스 Sedna.Core.Parser

파일 보기 프로젝트 열기: Myvar/MyvarOS

공개 프로퍼티들

프로퍼티 타입 설명
Errors List
FoundScope bool

공개 메소드들

메소드 설명
Astyfie ( Token c ) : List
CreateToken ( string raw, int pos ) : Token
Parse ( string raw ) : List
ParseExpression ( Token c ) : List
Tokenize ( string raw ) : List

비공개 메소드들

메소드 설명
HandleToken ( List &re, string &buffer, int pos ) : void
Seek ( char c, int start, string raw ) : bool

메소드 상세

Astyfie() 공개 정적인 메소드

public static Astyfie ( Token c ) : List
c Token
리턴 List

CreateToken() 공개 정적인 메소드

public static CreateToken ( string raw, int pos ) : Token
raw string
pos int
리턴 Token

Parse() 공개 정적인 메소드

public static Parse ( string raw ) : List
raw string
리턴 List

ParseExpression() 공개 정적인 메소드

public static ParseExpression ( Token c ) : List
c Token
리턴 List

Tokenize() 공개 정적인 메소드

public static Tokenize ( string raw ) : List
raw string
리턴 List

프로퍼티 상세

Errors 공개적으로 정적으로 프로퍼티

public static List Errors
리턴 List

FoundScope 공개적으로 정적으로 프로퍼티

public static bool FoundScope
리턴 bool