C# Class Lexem

Afficher le fichier Open project: nreco/lambdaparser Class Usage Examples

Méthodes publiques

Свойство Type Description
End int
Expr string
Start int
Type LexemType

Méthodes publiques

Méthode Description
GetValue ( ) : string

Method Details

GetValue() public méthode

public GetValue ( ) : string
Résultat string

Property Details

End public_oe property

public int End
Résultat int

Expr public_oe property

public string Expr
Résultat string

Start public_oe property

public int Start
Résultat int

Type public_oe property

public LexemType Type
Résultat LexemType