C# 클래스 RTools.Util.WhitespaceToken

Token type for whitespace such as spaces and tabs.
상속: StringToken
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

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

Constructor with the specified value.

WhitespaceToken ( string s, int line ) : System

Constructor with the specified value and line number.

메소드 상세

WhitespaceToken() 공개 메소드

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

WhitespaceToken() 공개 메소드

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