Public Attributes | Package Functions

jscicalc.complex.Complex.HTMLStringResult Class Reference

internal class used for result of tryHTMLString More...

Collaboration diagram for jscicalc.complex.Complex.HTMLStringResult:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

internal class used for result of tryHTMLString


Constructor & Destructor Documentation

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.


Member Data Documentation

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().


The documentation for this class was generated from the following file: