Class to add two evaluators.
|
|
|
executePair(self,
evaluators,
evaluatorIndex)
Add two evaluators. |
source code
|
|
|
getEvaluatedValues(self,
enumerable,
keys,
value)
Get evaluatedValues. |
source code
|
|
|
getOperationValue(self,
leftValue,
rightValue)
Get operation value. |
source code
|
|
|
getValueFromValuePair(self,
leftValue,
rightValue)
Add two values. |
source code
|
|
Inherited from Evaluator :
__init__ ,
__repr__ ,
executeBracket ,
executeCenterOperation ,
executeDictionary ,
executeFunction ,
executeKey ,
executeLeftOperation ,
executeList ,
executeRightOperation ,
executeString ,
getIsInRange
|