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

Class EvaluatorBracketSquare

source code


Class to evaluate a string.

Instance Methods [hide private]
 
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: __init__, __repr__, executeCenterOperation, executeDictionary, executeFunction, executeKey, executeLeftOperation, executeList, executePairOperation, executeString, getIsInRange

Method Details [hide private]

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