C# Class LessProject.DotLessIntegration.LexerSrc.Lexer

Afficher le fichier Open project: erikvanbrakel/DotLessVSIntegration Class Usage Examples

Méthodes publiques

Méthode Description
GetNextToken ( ) : Token

Gets the next Token

Lexer ( ICharacterBuffer charBuffer ) : System.Text

Private Methods

Méthode Description
GetIdentifier ( ) : Token

Get keyword identifier/datetime variable

GetNumber ( ) : Token

Read the full number

ReadIdentifierToEnd ( ) : string

Read Identifier to the end

Method Details

GetNextToken() public méthode

Gets the next Token
public GetNextToken ( ) : Token
Résultat Token

Lexer() public méthode

public Lexer ( ICharacterBuffer charBuffer ) : System.Text
charBuffer ICharacterBuffer
Résultat System.Text