Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NAnt
Core
ExpressionTokenizer
C# Class NAnt.Core.ExpressionTokenizer
Splits an input string into a sequence of tokens used during parsing.
显示文件
Open project: skolima/NAnt
Class Usage Examples
Public Methods
Method
Description
GetNextToken
( ) :
void
InitTokenizer
(
string
s
) :
void
IsKeyword
(
string
k
) :
bool
Private Methods
Method
Description
ExpressionTokenizer
( ) :
System
PeekChar
( ) :
int
ReadChar
( ) :
int
SkipWhitespace
( ) :
void
Method Details
GetNextToken()
public
method
public
GetNextToken
( ) :
void
return
void
InitTokenizer()
public
method
public
InitTokenizer
(
string
s
) :
void
s
string
return
void
IsKeyword()
public
method
public
IsKeyword
(
string
k
) :
bool
k
string
return
bool