(String expression_in)
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public Node parseExpression(String expression_in) |
| 107 | { |
| 108 | if (updateVariables()) |
| 109 | { |
| 110 | initSymTab(); |
| 111 | } |
| 112 | |
| 113 | return super.parseExpression(expression_in); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Identify if the results of the calculation will be cachable. |