Class to subtract two evaluators.
|
|
executeLeft(self,
evaluators,
evaluatorIndex)
Minus the value to the right. |
source code
|
|
|
|
|
|
|
getNegativeValue(self,
value)
Get the negative value. |
source code
|
|
|
|
getValueFromSingleValue(self,
value)
Minus value. |
source code
|
|
|
|
|
|
Inherited from EvaluatorAddition:
executePair,
executePairOperation,
getEvaluatedValues,
getOperationValue
Inherited from Evaluator:
__init__,
__repr__,
executeBracket,
executeCenterOperation,
executeDictionary,
executeFunction,
executeKey,
executeList,
executeRightOperation,
executeString,
getIsInRange
|