C# Class LessProject.DotLessIntegration.LexerSrc.Lexer

ファイルを表示 Open project: erikvanbrakel/DotLessVSIntegration Class Usage Examples

Public Methods

Method Description
GetNextToken ( ) : Token

Gets the next Token

Lexer ( ICharacterBuffer charBuffer ) : System.Text

Private Methods

Method 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 method

Gets the next Token
public GetNextToken ( ) : Token
return Token

Lexer() public method

public Lexer ( ICharacterBuffer charBuffer ) : System.Text
charBuffer ICharacterBuffer
return System.Text