Construct a symbol token with a specified value for the implicit multiplication flag.

Namespace:  SingularSys.Jep.ConfigurableParser.Tokens
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public SymbolToken(
	string source,
	bool implicitMul
)
Visual Basic (Declaration)
Public Sub New ( _
	source As String, _
	implicitMul As Boolean _
)
Visual C++
public:
SymbolToken(
	String^ source, 
	bool implicitMul
)

Parameters

source
Type: System..::.String
the source string
implicitMul
Type: System..::.Boolean
where the token can appear on the right hand side of implicit multiplication.

See Also