QDL root module 1.6.0 API

Packages 
Package Description
org.qdl_lang
top-level package for QDL.
org.qdl_lang.config
All things relating to the QDL configuration file.
org.qdl_lang.evaluate
Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.
org.qdl_lang.exceptions
All of the exceptions for QDL.
org.qdl_lang.expressions
Expressions are objects that take zero or more arguments and return a result.
org.qdl_lang.extensions
This contains the classes for extending the QDL language with Java.
org.qdl_lang.extensions.convert
The conversion module.
org.qdl_lang.extensions.crypto
The cryptographic module.
org.qdl_lang.extensions.database
QDL's basic database module.
org.qdl_lang.extensions.dynamodb  
org.qdl_lang.extensions.examples.basic
This package contains a simple basic of how to make a java module for QDL.
org.qdl_lang.extensions.examples.stateful  
org.qdl_lang.extensions.http
HTTP access module for QDL.
org.qdl_lang.extensions.inputLine
QDL's module for processing command line arguments.
org.qdl_lang.extensions.mail  
org.qdl_lang.functions
Function handling and processing.
org.qdl_lang.generated  
org.qdl_lang.gui
Swing terminal implementation.
org.qdl_lang.gui.editor
The QDL Syntax aware editor for the GUI.
org.qdl_lang.gui.flex
Generated syntax files from Flex.
org.qdl_lang.ini_generated  
org.qdl_lang.install
The class that creates teh QDL installer.
org.qdl_lang.module
Classes that model and manage modules in QDL.
org.qdl_lang.parsing
Classes that support parsing and the parser itself.
org.qdl_lang.sas
QDL implementation of the NCSA Security Library's SAS.
org.qdl_lang.sas.action
Additional actions supported by this package.
org.qdl_lang.sas.loader
Loader and bootstrapper for teh SAS servlet.
org.qdl_lang.sas.response
Responses the server may send to the client.
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.
org.qdl_lang.statements
The two basic syntactic units of QDL are expressions (which return results) and statements which are the other control structures, such as conditionals, loops, etc.
org.qdl_lang.types
Package for the nascent type system in QDL.
org.qdl_lang.util
Utilities for QDL.
org.qdl_lang.variables
Variables in QDL and classes that support them.
org.qdl_lang.variables.codecs  
org.qdl_lang.vfs
Virtual file systems support as well as implementations of VFSs.
org.qdl_lang.workspace
The workspace and the commands that drive it.
org.qdl_lang.xml
Everything relating to serialization of QDL workspaces to/from XML.