C# 클래스 Tools.ReRange

상속: Regex
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_invert bool
m_map System.Collections.Hashtable

공개 메소드들

메소드 설명
Build ( Nfa nfa ) : void
Match ( char ch ) : bool
Match ( string str, int pos, int max ) : int
Print ( TextWriter s ) : void
ReRange ( TokensGen tks, string str ) : System
Set ( TokensGen tks, char ch ) : void

메소드 상세

Build() 공개 메소드

public Build ( Nfa nfa ) : void
nfa Nfa
리턴 void

Match() 공개 메소드

public Match ( char ch ) : bool
ch char
리턴 bool

Match() 공개 메소드

public Match ( string str, int pos, int max ) : int
str string
pos int
max int
리턴 int

Print() 공개 메소드

public Print ( TextWriter s ) : void
s System.IO.TextWriter
리턴 void

ReRange() 공개 메소드

public ReRange ( TokensGen tks, string str ) : System
tks TokensGen
str string
리턴 System

Set() 공개 메소드

public Set ( TokensGen tks, char ch ) : void
tks TokensGen
ch char
리턴 void

프로퍼티 상세

m_invert 공개적으로 프로퍼티

public bool m_invert
리턴 bool

m_map 공개적으로 프로퍼티

public Hashtable,System.Collections m_map
리턴 System.Collections.Hashtable