C# Class Lexem

Mostra file Open project: nreco/lambdaparser Class Usage Examples

Public Properties

Property Type Description
End int
Expr string
Start int
Type LexemType

Public Methods

Method Description
GetValue ( ) : string

Method Details

GetValue() public method

public GetValue ( ) : string
return string

Property Details

End public_oe property

public int End
return int

Expr public_oe property

public string Expr
return string

Start public_oe property

public int Start
return int

Type public_oe property

public LexemType Type
return LexemType