Summary
Splits an input string into a sequence of tokens used during parsing.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ExpressionTokenizer"]
class Type type-node
Syntax
public class ExpressionTokenizer
Constructors
| Name | Summary |
|---|---|
| ExpressionTokenizer |
Properties
| Name | Value | Summary |
|---|---|---|
| CurrentPosition | ExpressionTokenizer |
|
| CurrentToken | ExpressionTokenizer |
|
| IgnoreWhitespace | bool | |
| SingleCharacterMode | bool | |
| TokenText | string |
Methods
| Name | Value | Summary |
|---|---|---|
| GetNextToken |
void | |
| InitTokenizer |
void | |
| IsKeyword |
bool |
