Class QDLCLITools
- java.lang.Object
-
- org.qdl_lang.extensions.inputLine.QDLCLITools
-
- All Implemented Interfaces:
Serializable
,QDLMetaModule
public class QDLCLITools extends Object implements QDLMetaModule
Created by Jeff Gaynor
on 2/28/23 at 7:53 AM- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
QDLCLITools.ToStem
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_SWITCH_MARKER
static String
TO_STEM_NAME
-
Constructor Summary
Constructors Constructor Description QDLCLITools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserializeFromJSON(net.sf.json.JSONObject json)
net.sf.json.JSONObject
serializeToJSON()
Send back a serialization of internal state for this object.
-
-
-
Method Detail
-
serializeToJSON
public net.sf.json.JSONObject serializeToJSON()
Description copied from interface:QDLMetaModule
Send back a serialization of internal state for this object. This allows for the state you choose to be serialized and then reloaded.NOTE
There is no canonical form for this. Set it how you will and deserialize it accordingly.- Specified by:
serializeToJSON
in interfaceQDLMetaModule
- Returns:
-
deserializeFromJSON
public void deserializeFromJSON(net.sf.json.JSONObject json)
- Specified by:
deserializeFromJSON
in interfaceQDLMetaModule
-
-