C# Class fitSharp.Parser.HtmlTables.LexicalAnalyzer

Afficher le fichier Open project: jediwhale/fitsharp

Private Properties

Свойство Type Description
IndexOfSkipComments int
IndexOfSkipComments int
PeekEnd string

Méthodes publiques

Méthode Description
FindPosition ( string theToken ) : int
GoToNextToken ( string theToken ) : void
LexicalAnalyzer ( string theInput ) : System
PopEnd ( ) : void
PushEnd ( string theToken ) : void

Private Methods

Méthode 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 méthode

public FindPosition ( string theToken ) : int
theToken string
Résultat int

GoToNextToken() public méthode

public GoToNextToken ( string theToken ) : void
theToken string
Résultat void

LexicalAnalyzer() public méthode

public LexicalAnalyzer ( string theInput ) : System
theInput string
Résultat System

PopEnd() public méthode

public PopEnd ( ) : void
Résultat void

PushEnd() public méthode

public PushEnd ( string theToken ) : void
theToken string
Résultat void