Uses of Class
org.qdl_lang.scripting.QDLScript
-
Packages that use QDLScript Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.scripting This directory is concerned with scripts for use on a server, not general QDL scripts.org.qdl_lang.state Classes that manage the state of an interpreter session. -
-
Uses of QDLScript in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate that return QDLScript Modifier and Type Method Description static QDLScript
SystemEvaluator. resolveScript(String name, List<String> paths, State state)
This will use the path information and try to resolve the script based on that. -
Uses of QDLScript in org.qdl_lang.scripting
Methods in org.qdl_lang.scripting that return QDLScript Modifier and Type Method Description protected static QDLScript
AnotherJSONUtil. createScript(net.sf.json.JSONObject jsonObject)
Create an individual script.static QDLScript
Scripts. fromJSON(net.sf.json.JSONObject rawJSON)
Methods in org.qdl_lang.scripting that return types with arguments of type QDLScript Modifier and Type Method Description static edu.uiuc.ncsa.security.util.scripting.ScriptSet<QDLScript>
AnotherJSONUtil. createScripts(net.sf.json.JSON topNode)
Create all the scripts for this configuration.Methods in org.qdl_lang.scripting with parameters of type QDLScript Modifier and Type Method Description static net.sf.json.JSONObject
JSONScriptUtil. addScript(net.sf.json.JSONObject scripts, QDLScript script)
Add a singleQDLScript
to the set of JSON object of scripts.static net.sf.json.JSONObject
Scripts. toJSON(QDLScript script)
-
Uses of QDLScript in org.qdl_lang.state
Methods in org.qdl_lang.state that return QDLScript Modifier and Type Method Description QDLScript
State. getScriptFromVFS(String fqName)
Convenience to get a script from the VFS.Constructors in org.qdl_lang.state with parameters of type QDLScript Constructor Description QDLThread(State qdlState, QDLScript qdlScript, int pid)
-