C# 클래스 Tools.ArcEx

상속: Arc
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

공개 프로퍼티들

프로퍼티 타입 설명
m_ref Regex

공개 메소드들

메소드 설명
ArcEx ( Regex re, NfaNode next ) : System
Match ( char ch ) : bool
Print ( TextWriter s ) : void

메소드 상세

ArcEx() 공개 메소드

public ArcEx ( Regex re, NfaNode next ) : System
re Regex
next NfaNode
리턴 System

Match() 공개 메소드

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

Print() 공개 메소드

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

프로퍼티 상세

m_ref 공개적으로 프로퍼티

public Regex,Tools m_ref
리턴 Regex