C# Class NAnt.Core.ExpressionTokenizer

Splits an input string into a sequence of tokens used during parsing.
Exibir arquivo 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