Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
LessProject
DotLessIntegration
LexerWithPegSupport
Lexer
C# Class LessProject.DotLessIntegration.LexerWithPegSupport.Lexer
Mostra file
Open project: erikvanbrakel/DotLessVSIntegration
Class Usage Examples
Public Methods
Method
Description
GetNextToken
( ) :
Token
GetRootToken
( ) :
Token
Lexer
(
string
source
) :
System
SetTokens
( ) :
void
Private Methods
Method
Description
ResetParser
( ) :
void
Method Details
GetNextToken()
public
method
public
GetNextToken
( ) :
Token
return
Token
GetRootToken()
public
method
public
GetRootToken
( ) :
Token
return
Token
Lexer()
public
method
public
Lexer
(
string
source
) :
System
source
string
return
System
SetTokens()
public
method
public
SetTokens
( ) :
void
return
void