internal class used for result of tryHTMLString More...

Public Attributes | |
| jscicalc.StringArray | stringVector |
| Store the string. | |
| Boolean | parentheses |
| Store the boolean that tells us whether or not parentheses should be placed around the value. | |
Package Functions | |
| HTMLStringResult () | |
| Constructor. | |
internal class used for result of tryHTMLString
| jscicalc.complex.Complex.HTMLStringResult.HTMLStringResult | ( | ) | [package] |
Constructor.
Sets String to null and parentheses to false.
References jscicalc.complex.Complex.HTMLStringResult.parentheses, and jscicalc.complex.Complex.HTMLStringResult.stringVector.
Store the boolean that tells us whether or not parentheses should be placed around the value.
Referenced by jscicalc.complex.Complex.HTMLStringResult.HTMLStringResult(), jscicalc.complex.Complex.toHTMLParenString(), and jscicalc.complex.Complex.tryHTMLString().
1.7.1