C# Class ExpressionEngine.Internal.Tokenizer

Inheritance: IDisposable
Mostra file Open project: gsscoder/exprengine Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NextChar ( ) : char
OfString ( string value ) : Tokenizer
PeekChar ( ) : char
Tokenizer ( TextReader reader ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NextChar() public method

public NextChar ( ) : char
return char

OfString() public static method

public static OfString ( string value ) : Tokenizer
value string
return Tokenizer

PeekChar() public method

public PeekChar ( ) : char
return char

Tokenizer() public method

public Tokenizer ( TextReader reader ) : System
reader System.IO.TextReader
return System