Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Module evaluate :: Class EvaluatorValue
[hide private]
[frames] | no frames]

Class EvaluatorValue

source code


Class to evaluate a string.

Instance Methods [hide private]
 
__init__(self, word)
Set value to none.
source code

Inherited from Evaluator: __repr__, executeBracket, executeCenterOperation, executeDictionary, executeFunction, executeKey, executeLeftOperation, executeList, executePairOperation, executeRightOperation, executeString, getIsInRange

Method Details [hide private]

__init__(self, word)
(Constructor)

source code 

Set value to none.

Overrides: Evaluator.__init__