Package org.qdl_lang.variables
Class StemConverter
- java.lang.Object
-
- org.qdl_lang.variables.StemConverter
-
public class StemConverter extends Object
Created by Jeff Gaynor
on 10/30/20 at 6:13 AM
-
-
Constructor Summary
Constructors Constructor Description StemConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
convert(Object obj)
Does the grunt work of taking an entry from a JSON object and converting it to something QDL can understand.static QDLStem
convert(net.sf.json.JSONArray array)
static QDLStem
convert(net.sf.json.JSONObject object)
-
-
-
Method Detail
-
convert
public static Object convert(Object obj)
Does the grunt work of taking an entry from a JSON object and converting it to something QDL can understand. Used mostly in the toString methods.- Parameters:
obj
-- Returns:
-
convert
public static QDLStem convert(net.sf.json.JSONArray array)
-
convert
public static QDLStem convert(net.sf.json.JSONObject object)
-
-