C# 클래스 fitSharp.Parser.HtmlTables.LexicalAnalyzer

파일 보기 프로젝트 열기: jediwhale/fitsharp

Private Properties

프로퍼티 타입 설명
IndexOfSkipComments int
IndexOfSkipComments int
PeekEnd string

공개 메소드들

메소드 설명
FindPosition ( string theToken ) : int
GoToNextToken ( string theToken ) : void
LexicalAnalyzer ( string theInput ) : System
PopEnd ( ) : void
PushEnd ( string theToken ) : void

비공개 메소드들

메소드 설명
IndexOfSkipComments ( string input, string value, int position ) : int
IndexOfSkipComments ( string input, string value, int position, int count ) : int
PeekEnd ( ) : string

메소드 상세

FindPosition() 공개 메소드

public FindPosition ( string theToken ) : int
theToken string
리턴 int

GoToNextToken() 공개 메소드

public GoToNextToken ( string theToken ) : void
theToken string
리턴 void

LexicalAnalyzer() 공개 메소드

public LexicalAnalyzer ( string theInput ) : System
theInput string
리턴 System

PopEnd() 공개 메소드

public PopEnd ( ) : void
리턴 void

PushEnd() 공개 메소드

public PushEnd ( string theToken ) : void
theToken string
리턴 void