Interface toASCII

    • Method Detail

      • toASCII

        void toASCII​(PrintWriter pw,
                     boolean addName,
                     String rootName,
                     boolean newLine)
        Returns a string representation of the variables value. This is really foreshadowing functionality for Server types, but as it may come in useful for clients it is added here. Simple types (example: DFloat32) will return a single value. DConstuctor and DVector types will be flattened. DStrings and DURL's will have double quotes around them.
      • toASCIIFlatName

        String toASCIIFlatName​(String rootName)