Class QDLWorkspace

  • All Implemented Interfaces:
    Serializable

    public class QDLWorkspace
    extends Object
    implements Serializable
    This has the machinery for getting lines of input from the user and then feeding them to the parser. It will also hand off workspace commands as needed.

    Created by Jeff Gaynor
    on 1/11/20 at 4:21 PM

    See Also:
    Serialized Form
    • Field Detail

      • HISTORY_CLEAR_SWITCH

        public static String HISTORY_CLEAR_SWITCH
      • HISTORY_TRUNCATE_SWITCH

        public static String HISTORY_TRUNCATE_SWITCH
      • HISTORY_SAVE_SWITCH

        public static String HISTORY_SAVE_SWITCH
      • HISTORY_SIZE_SWITCH

        public static String HISTORY_SIZE_SWITCH
      • HISTORY_REVERSE_SWITCH

        public static String HISTORY_REVERSE_SWITCH
      • SHORT_HISTORY_REVERSE_SWITCH

        public static String SHORT_HISTORY_REVERSE_SWITCH
    • Constructor Detail