C# Class Inferables.Internal.BindingMapParser.StringScan

Exibir arquivo Open project: nmuhonen/Inferables-For-CLR

Public Methods

Method Description
CreateException ( ) : Exception
Current ( ) : char
CurrentIsWhitespace ( ) : bool
DumpBuffer ( ) : string
IsEOF ( ) : bool
Matches ( ) : bool
MoveNext ( ) : char
Peek ( ) : char
SkipWhitespace ( ) : char
StartBuffer ( ) : void
StringScan ( string str ) : System

Method Details

CreateException() public method

public CreateException ( ) : Exception
return System.Exception

Current() public method

public Current ( ) : char
return char

CurrentIsWhitespace() public method

public CurrentIsWhitespace ( ) : bool
return bool

DumpBuffer() public method

public DumpBuffer ( ) : string
return string

IsEOF() public method

public IsEOF ( ) : bool
return bool

Matches() public method

public Matches ( ) : bool
return bool

MoveNext() public method

public MoveNext ( ) : char
return char

Peek() public method

public Peek ( ) : char
return char

SkipWhitespace() public method

public SkipWhitespace ( ) : char
return char

StartBuffer() public method

public StartBuffer ( ) : void
return void

StringScan() public method

public StringScan ( string str ) : System
str string
return System