Construct a number token.
Namespace:
SingularSys.Jep.ConfigurableParser.TokensAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public NumberToken( string source, Object value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ source As String, _ value As Object _ ) |
| Visual C++ |
|---|
public: NumberToken( String^ source, Object^ value ) |
Parameters
- source
- Type: System..::.String
text of the input matched
- value
- Type: System..::.Object
value of the object
Exceptions
| Exception | Condition |
|---|---|
| SingularSys.Jep..::.ParseException |