C# Class Cottle.Parsers.Default.LexemCursor

Afficher le fichier Open project: r3c/cottle

Méthodes publiques

Свойство Type Description
Character char
State LexemState

Méthodes publiques

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

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

LexemCursor() public méthode

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

Move() public méthode

public Move ( char character, LexemType &type ) : bool
character char
type LexemType
Résultat bool

Property Details

Character public_oe property

public char Character
Résultat char

State public_oe property

public LexemState,Cottle.Parsers.Default State
Résultat LexemState