TExprWorkspace Class

Source: MtxParseClass.cs · Assembly: Dew.Math

public class TExprWorkspace

Stores workspace for expression parser.

The workspace includes command line history, names and values of named variables, script names and corresponding scripts (list of expressions). All data properties need to be assigned by the programmer. Use the object to load and save the workspace to/from files.

Properties

NameTypeDescription
HistoryTStringListList of strings to store command line history.
NameStringThe name of the workspace.
ScriptNamesTStringListStores the names of scripts in the Script property.
ScriptsTStringListStores lists of scripts.
VariablesTExprContextStores names and data of named variables.