Package adams.parser

Class SpreadSheetFormulaText

  • All Implemented Interfaces:
    CloneHandler<BaseObject>, Serializable, Comparable

    public class SpreadSheetFormulaText
    extends AbstractSimpleScript
    Wrapper for a String object to be editable in the GOE. Basically the same as BaseString, but used for longer, multi-line strings. Uses a different GOE editor.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • SpreadSheetFormulaText

        public SpreadSheetFormulaText()
        Initializes the string with length 0.
      • SpreadSheetFormulaText

        public SpreadSheetFormulaText​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse