A factory class which is used to create variables.

By default this class creates variables of type Variable. This class should be sub-classed if the type of variable used needs to be changed.

This class is passed to the constructor of VariableTable which ensures that variables of the correct type are always created.

This class should only be called from the VariableTable class and not from application code.

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

Syntax

C#
public class VariableFactory : IJepComponent
Visual Basic (Declaration)
Public Class VariableFactory _
	Implements IJepComponent
Visual C++
public ref class VariableFactory : IJepComponent

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep..::.VariableFactory

See Also