C# Class fitSharp.Parser.HtmlTables.LexicalAnalyzer

ファイルを表示 Open project: jediwhale/fitsharp

Private Properties

Property Type Description
IndexOfSkipComments int
IndexOfSkipComments int
PeekEnd string

Public Methods

Method Description
FindPosition ( string theToken ) : int
GoToNextToken ( string theToken ) : void
LexicalAnalyzer ( string theInput ) : System
PopEnd ( ) : void
PushEnd ( string theToken ) : void

Private Methods

Method Description
IndexOfSkipComments ( string input, string value, int position ) : int
IndexOfSkipComments ( string input, string value, int position, int count ) : int
PeekEnd ( ) : string

Method Details

FindPosition() public method

public FindPosition ( string theToken ) : int
theToken string
return int

GoToNextToken() public method

public GoToNextToken ( string theToken ) : void
theToken string
return void

LexicalAnalyzer() public method

public LexicalAnalyzer ( string theInput ) : System
theInput string
return System

PopEnd() public method

public PopEnd ( ) : void
return void

PushEnd() public method

public PushEnd ( string theToken ) : void
theToken string
return void