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

Class EvaluatorBracketRound

source code


Class to evaluate a string.

Instance Methods [hide private]
 
__init__(self, word, xmlElement)
Set value to none.
source code
 
executeBracket(self, bracketBeginIndex, bracketEndIndex, evaluators)
Execute the bracket.
source code
 
executeRightOperation(self, evaluators, evaluatorIndex)
Evaluate the statement and delete the evaluators.
source code

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

Method Details [hide private]

__init__(self, word, xmlElement)
(Constructor)

source code 

Set value to none.

Overrides: Evaluator.__init__

executeBracket(self, bracketBeginIndex, bracketEndIndex, evaluators)

source code 

Execute the bracket.

Overrides: Evaluator.executeBracket

executeRightOperation(self, evaluators, evaluatorIndex)

source code 

Evaluate the statement and delete the evaluators.

Overrides: Evaluator.executeRightOperation