Performs appropriate action to set an LValue.

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

Syntax

C#
void Set(
	IEvaluator pv,
	INode node,
	Object value
)
Visual Basic (Declaration)
Sub Set ( _
	pv As IEvaluator, _
	node As INode, _
	value As Object _
)
Visual C++
void Set(
	IEvaluator^ pv, 
	INode^ node, 
	Object^ value
)

Parameters

pv
Type: SingularSys.Jep..::.IEvaluator
a pointer to the evaluator. The pv.eval() method can be used to evaluate the children of the node.
node
Type: SingularSys.Jep.Parser..::.INode
The top node for the LValue
value
Type: System..::.Object
the value obtained by evaluating the right hand side.

Exceptions

See Also