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

Class EvaluatorAttribute

source code


Class to handle an attribute.

Instance Methods [hide private]
 
executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)
Execute the function.
source code
 
executeRightOperation(self, evaluators, evaluatorIndex)
Execute operator which acts from the right.
source code

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

Method Details [hide private]

executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)

source code 

Execute the function.

Overrides: Evaluator.executeFunction

executeRightOperation(self, evaluators, evaluatorIndex)

source code 

Execute operator which acts from the right.

Overrides: Evaluator.executeRightOperation