C# Class CSharpUtils.Templates.Tokenizers.TokenReader

显示文件 Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
CurrentIsType ( Type Type ) : bool
ExpectType ( Type Type ) : TemplateToken
ExpectTypeAndNext ( Type Type ) : TemplateToken
ExpectValue ( ) : TemplateToken
ExpectValueAndNext ( ) : TemplateToken
MoveNext ( ) : void
MovePrev ( ) : void
MoveStart ( ) : void
TokenReader ( List Tokens ) : System

Private Methods

Method Description
Dump ( ) : void

Method Details

CurrentIsType() public method

public CurrentIsType ( Type Type ) : bool
Type System.Type
return bool

ExpectType() public method

public ExpectType ( Type Type ) : TemplateToken
Type System.Type
return TemplateToken

ExpectTypeAndNext() public method

public ExpectTypeAndNext ( Type Type ) : TemplateToken
Type System.Type
return TemplateToken

ExpectValue() public method

public ExpectValue ( ) : TemplateToken
return TemplateToken

ExpectValueAndNext() public method

public ExpectValueAndNext ( ) : TemplateToken
return TemplateToken

MoveNext() public method

public MoveNext ( ) : void
return void

MovePrev() public method

public MovePrev ( ) : void
return void

MoveStart() public method

public MoveStart ( ) : void
return void

TokenReader() public method

public TokenReader ( List Tokens ) : System
Tokens List
return System