C# Class Cottle.Parsers.Default.LexemCursor

显示文件 Open project: r3c/cottle

Public Properties

Property Type Description
Character char
State LexemState

Public Methods

Method Description
Cancel ( ) : void
LexemCursor ( char character, LexemState state )
Move ( char character, LexemType &type ) : bool

Method Details

Cancel() public method

public Cancel ( ) : void
return void

LexemCursor() public method

public LexemCursor ( char character, LexemState state )
character char
state LexemState

Move() public method

public Move ( char character, LexemType &type ) : bool
character char
type LexemType
return bool

Property Details

Character public_oe property

public char Character
return char

State public_oe property

public LexemState,Cottle.Parsers.Default State
return LexemState