C# 클래스 RTools.Util.WordToken

Token type for words, meaning sequences of word characters.
상속: StringToken
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
WordToken ( string s ) : System

Constructor with the specified value.

WordToken ( string s, int line ) : System

Constructor with the specified value and line number.

메소드 상세

WordToken() 공개 메소드

Constructor with the specified value.
public WordToken ( string s ) : System
s string
리턴 System

WordToken() 공개 메소드

Constructor with the specified value and line number.
public WordToken ( string s, int line ) : System
s string
line int
리턴 System