Serialized Form
- 
Package org.qdl_lang.config- 
Class org.qdl_lang.config.QDLCFConfigurationLoader extends edu.uiuc.ncsa.security.core.util.CFLoggingConfigLoader<T extends QDLEnvironment> implements Serializable
- 
Class org.qdl_lang.config.QDLConfigurationLoader extends edu.uiuc.ncsa.security.core.util.LoggingConfigLoader<T extends QDLEnvironment> implements Serializable
- 
Class org.qdl_lang.config.QDLEnvironment extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment implements Serializable- 
Serialized Fields- 
allowOverwriteBaseFunctionsboolean allowOverwriteBaseFunctions 
- 
ansiModeOnboolean ansiModeOn 
- 
assertionsOnboolean assertionsOn 
- 
autosaveIntervallong autosaveInterval 
- 
autosaveMessagesOnboolean autosaveMessagesOn 
- 
autosaveOnboolean autosaveOn 
- 
bootScriptString bootScript 
- 
cfgFileString cfgFile 
- 
compressionOnboolean compressionOn 
- 
debugLevelString debugLevel 
- 
echoModeOnboolean echoModeOn 
- 
enabledboolean enabled 
- 
enableLibrarySupportboolean enableLibrarySupport 
- 
externalEditorPathString externalEditorPath 
- 
fontFont font 
- 
isRestrictedIOboolean isRestrictedIO 
- 
libLoaderLibLoader libLoader 
- 
libPathString libPath 
- 
librarySupportModeString librarySupportMode 
- 
logoString logo 
- 
moduleConfigsList<ModuleConfig> moduleConfigs 
- 
modulePathString modulePath 
- 
nameString name 
- 
numericDigitsint numericDigits 
- 
preprocesserOnBoolean preprocesserOn 
- 
prettyPrintboolean prettyPrint 
- 
qdlEditorsedu.uiuc.ncsa.security.util.cli.editing.Editors qdlEditors 
- 
saveDirString saveDir 
- 
scriptPathString scriptPath 
- 
serverModeOnboolean serverModeOn 
- 
showBannerboolean showBanner 
- 
terminalTypeString terminalType 
- 
useExternalEditorboolean useExternalEditor 
- 
verboseOnboolean verboseOn 
- 
vfsConfigsList<VFSConfig> vfsConfigs 
- 
wsEnvString wsEnv 
- 
wsHomeDirString wsHomeDir 
 
- 
 
- 
- 
Class org.qdl_lang.config.VFSAbstractConfig extends Object implements Serializable
- 
Class org.qdl_lang.config.VFSMemoryConfig extends VFSAbstractConfig implements Serializable
- 
Class org.qdl_lang.config.VFSPassThroughConfig extends VFSAbstractConfig implements Serializable- 
Serialized Fields- 
rootDirString rootDir 
 
- 
 
- 
- 
Class org.qdl_lang.config.VFSSQLConfig extends VFSAbstractConfig implements Serializable
- 
Class org.qdl_lang.config.VFSZipFileConfig extends VFSAbstractConfig implements Serializable- 
Serialized Fields- 
zipFilePathString zipFilePath 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.evaluate- 
Class org.qdl_lang.evaluate.AbstractEvaluator extends Object implements Serializable
- 
Class org.qdl_lang.evaluate.FunctionEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.IOEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.ListEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.MathEvaluator extends AbstractEvaluator implements Serializable- 
Serialized Fields- 
secureRandomSecureRandom secureRandom 
 
- 
 
- 
- 
Class org.qdl_lang.evaluate.MetaEvaluator extends AbstractEvaluator implements Serializable- 
Serialized Fields- 
allNamesString[] allNames 
- 
evaluatorsList<AbstractEvaluator> evaluators 
- 
evaluatorsByAliasMap<String,AbstractEvaluator> evaluatorsByAlias 
- 
functionEvaluatorFunctionEvaluator functionEvaluator 
 
- 
 
- 
- 
Class org.qdl_lang.evaluate.ModuleEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.OpEvaluator extends AbstractEvaluator implements Serializable- 
Serialized Fields- 
dyadOnlyArgint[] dyadOnlyArg 
- 
monadAndDyadArgint[] monadAndDyadArg 
- 
monadOnlyArgint[] monadOnlyArg 
 
- 
 
- 
- 
Class org.qdl_lang.evaluate.StemEvaluator extends AbstractEvaluator implements Serializable- 
Serialized Fields- 
patternPattern pattern 
 
- 
 
- 
- 
Class org.qdl_lang.evaluate.StringEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.SystemEvaluator extends AbstractEvaluator implements Serializable
- 
Class org.qdl_lang.evaluate.TMathEvaluator extends AbstractEvaluator implements Serializable
 
- 
- 
Package org.qdl_lang.exceptions- 
Class org.qdl_lang.exceptions.AssertionException extends QDLExceptionWithTrace implements Serializable- 
Serialized Fields- 
assertionStateQDLStem assertionState 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.BadArgException extends FunctionArgException implements Serializable- 
Serialized Fields- 
argIndexint argIndex 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.BadStemValueException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.BreakException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.ContinueException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.DeserializationException extends QDLRuntimeException implements Serializable
- 
Class org.qdl_lang.exceptions.ExtraArgException extends FunctionArgException implements Serializable
- 
Class org.qdl_lang.exceptions.FunctionArgException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.ImportException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.IndexError extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.InterruptException extends QDLExceptionWithTrace implements Serializable- 
Serialized Fields- 
siEntrySIEntry siEntry 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.IntrinsicViolation extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.MissingArgException extends FunctionArgException implements Serializable
- 
Class org.qdl_lang.exceptions.MissingArgumentException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.ModuleInstantiationException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.NamespaceException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.NoDefaultValue extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.ParsingException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLExceptionWithTrace extends QDLException implements Serializable- 
Serialized Fields- 
scriptboolean script 
- 
scriptNameString scriptName 
- 
scriptStackList<AbstractState.QDLStackTraceElement> scriptStack 
- 
statementStatement statement 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.QDLFileAccessException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLFileNotFoundException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLIllegalAccessException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLIOException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLRuntimeException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.QDLServerModeException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.RaiseErrorException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.RankException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.RecursionException extends QDLException implements Serializable
- 
Class org.qdl_lang.exceptions.ReturnException extends QDLException implements Serializable- 
Serialized Fields- 
resultObject result 
- 
resultTypeint resultType 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.TypeViolationException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.UndefinedFunctionException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.UnknownSymbolException extends QDLExceptionWithTrace implements Serializable- 
Serialized Fields- 
unknownSymbolString unknownSymbol 
 
- 
 
- 
- 
Class org.qdl_lang.exceptions.UnknownTypeException extends QDLExceptionWithTrace implements Serializable
- 
Class org.qdl_lang.exceptions.WrongArgCountException extends FunctionArgException implements Serializable
- 
Class org.qdl_lang.exceptions.WrongValueException extends QDLExceptionWithTrace implements Serializable
 
- 
- 
Package org.qdl_lang.expressions- 
Class org.qdl_lang.expressions.AllIndices extends ConstantNode implements Serializable
- 
Class org.qdl_lang.expressions.AltIfExpressionNode extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.ANode2 extends ExpressionImpl implements Serializable- 
Serialized Fields- 
opString op 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ArgList extends ArrayList<ExpressionInterface> implements Serializable
- 
Class org.qdl_lang.expressions.AxisExpression extends ExpressionImpl implements Serializable- 
Serialized Fields- 
axisLong axis 
- 
axisExpressionAxisExpression axisExpression 
- 
starboolean star 
- 
stemQDLStem stem 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ClosedSliceNode extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.ComparisonDyad extends Dyad implements Serializable- 
Serialized Fields- 
leftmostNodeExpressionInterface leftmostNode 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ConstantNode extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.Dyad extends ExpressionImpl implements Serializable- 
Serialized Fields- 
unaryboolean unary 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ESN2 extends ExpressionImpl implements Serializable- 
Serialized Fields- 
defaultValueQDLValue defaultValue 
- 
defaultValueNodeboolean defaultValueNode 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ExpressionImpl extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
argumentsArrayList<ExpressionInterface> arguments 
- 
evaluatedboolean evaluated 
- 
evaluatedArgsList<QDLValue> evaluatedArgs 
- 
operatorTypeint operatorType 
- 
resultQDLValue result 
- 
resultTypeint resultType 
- 
sizeQueryboolean sizeQuery 
- 
sourceCodeList<String> sourceCode 
- 
tokenPositionTokenPosition tokenPosition 
- 
valenceint valence The valence is the number of arguments this expression allows.
 0 = niladic 1 = monadic 2 = dyadic 3 = polyadic (more than 2)
 
- 
 
- 
- 
Class org.qdl_lang.expressions.ExpressionStemNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
argumentsArrayList<ExpressionInterface> arguments 
- 
evaluatedboolean evaluated 
- 
resultQDLValue result 
- 
sourceCodeList<String> sourceCode 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.IndexArg extends Object implements Serializable- 
Serialized Fields- 
functionBoolean function 
- 
functionDefinitionBoolean functionDefinition 
- 
interpretListArgboolean interpretListArg 
- 
strictOrderboolean strictOrder 
- 
swriExpressionInterface swri 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.IndexArgs extends ArrayList<IndexArg> implements Serializable
- 
Class org.qdl_lang.expressions.IndexList extends ArrayList<QDLValue> implements Serializable
- 
Class org.qdl_lang.expressions.ModuleExpression extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.Monad extends ExpressionImpl implements Serializable- 
Serialized Fields- 
postFixboolean postFix 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.Nilad extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.OpenSliceNode extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.ParenthesizedExpression extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
argsArrayList<ExpressionInterface> args 
- 
doxxList<String> doxx 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.Polyad extends ExpressionImpl implements Serializable- 
Serialized Fields- 
allowedArgCountsint[] allowedArgCounts 
- 
builtInboolean builtIn 
- 
nameString name 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.SelectExpressionNode extends ExpressionImpl implements Serializable
- 
Class org.qdl_lang.expressions.StemExtractionNode extends ExpressionImpl implements Serializable- 
Serialized Fields- 
indexArgsIndexArgs indexArgs 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.UnevaluatedExpressionException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
- 
Class org.qdl_lang.expressions.UserFunction extends Polyad implements Serializable- 
Serialized Fields- 
functionRecordFunctionRecordInterface functionRecord 
- 
hasFRWithStateBoolean hasFRWithState 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.VariableNode extends ExpressionImpl implements Serializable- 
Serialized Fields- 
variableReferenceString variableReference 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.expressions.module- 
Class org.qdl_lang.expressions.module.MIStack extends XStack<V extends MITable<? extends XKey,? extends MIWrapper>> implements Serializable
- 
Class org.qdl_lang.expressions.module.MITable extends XTable<K extends XKey,V extends MIWrapper> implements Serializable- 
Serialized Fields- 
idUUID id 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.module.MIWrapper extends Object implements Serializable
- 
Class org.qdl_lang.expressions.module.Module extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
descriptionList<String> description 
- 
FDOC_CONVERTboolean FDOC_CONVERT 
- 
idUUID id 
- 
inheritModeint inheritMode 
- 
keyXKey key 
- 
mtKeyMTKey mtKey 
- 
namespaceURI namespace 
- 
parentInstanceAliasString parentInstanceAlias 
- 
parentInstanceIDUUID parentInstanceID 
- 
parentTemplateIDUUID parentTemplateID 
- 
stateState state 
- 
templateboolean template 
- 
usedboolean used 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.module.MTKey extends XKey implements Serializable- 
Serialized Fields- 
uriKeyURI uriKey 
 
- 
 
- 
- 
Class org.qdl_lang.expressions.module.MTStack extends XStack<V extends MTTable<? extends MTKey,? extends Module>> implements Serializable
- 
Class org.qdl_lang.expressions.module.MTTable extends XTable<K extends MTKey,V extends Module> implements Serializable
- 
Class org.qdl_lang.expressions.module.QDLModule extends Module implements Serializable- 
Serialized Fields- 
documentationList<String> documentation 
- 
filePathString filePath 
- 
moduleStatementModuleStatement moduleStatement 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.extensions- 
Class org.qdl_lang.extensions.JavaModule extends Module implements Serializable- 
Serialized Fields- 
classNameString className 
- 
documentationList<String> documentation 
- 
funcsList<QDLFunction> funcs 
- 
initializedboolean initialized 
- 
loaderClassNameString loaderClassName 
- 
metaClassQDLMetaModule metaClass 
- 
offSetString offSet 
- 
offSet1String offSet1 
- 
patternPattern pattern 
- 
varsList<QDLVariable> vars 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.QDLFunctionRecord extends FunctionRecord implements Serializable- 
Serialized Fields- 
argCountint argCount 
- 
qdlFunctionQDLFunction qdlFunction 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.extensions.convert- 
Class org.qdl_lang.extensions.convert.QDLConvert extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.GetAttributes extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.HOCONExport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.HOCONImport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.IniExport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.IniImport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.MyStemStack extends Stack<V extends QDLStem> implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.QDLExport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.QDLImport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.Sample extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.Snarf extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.XMLExport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.XMLImport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.YAMLExport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvert.YAMLImport extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvertLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.convert.QDLConvertModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.crypto- 
Class org.qdl_lang.extensions.crypto.Crypto extends Object implements Serializable- 
Serialized Fields- 
jwkUtiledu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil 
- 
typesQDLStem types 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.crypto.Crypto.B64ToHex extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.B64ToInt extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.CodeChallenge extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.CreateKey extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.Decrypt extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.Encrypt extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.ExportKeys extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.FromJWT extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.GetPublicKey extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.HexToB64 extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.HexToInt extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.ImportKey extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.IntToBase64 extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.IntToHex extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.KeyType extends Object implements Serializable- 
Serialized Fields- 
keyTypesQDLStem keyTypes 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.crypto.Crypto.ReadCert extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.ReadOID extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.ToJWT extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.Crypto.VerifyJWT extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.CryptoLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.crypto.CryptoModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.database- 
Class org.qdl_lang.extensions.database.QDLDB extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.BatchExecute extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.BatchRead extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.Connect extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.Execute extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.Read extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDB.SQLTypes extends Object implements Serializable- 
Serialized Fields- 
typesQDLStem types 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.database.QDLDB.Update extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDBLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.database.QDLDBModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.dynamodb- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB extends Object implements Serializable- 
Serialized Fields- 
dynamoDbClientsoftware.amazon.awssdk.services.dynamodb.DynamoDbClient dynamoDbClient 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.Close extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.Get extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.Open extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.PartitionKeyFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.RegionFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.Regions extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.DynamoDB.TableNameFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.QDLDynamoDBLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.dynamodb.QDLDynamoDBModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.examples.basic- 
Class org.qdl_lang.extensions.examples.basic.ConcatFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.EGLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.EGModule extends JavaModule implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.ExtrinsicFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.ExtrinsicVar extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.FEvalFunction extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.StemEntryVar extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.basic.StemVar extends Object implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.examples.stateful- 
Class org.qdl_lang.extensions.examples.stateful.StatefulExample extends Object implements Serializable- 
Serialized Fields- 
sString s 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.examples.stateful.StatefulExample.GetS extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.stateful.StatefulExample.ImportTimestamp extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.stateful.StatefulExample.SetS extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.stateful.StatefulLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.examples.stateful.StatefulModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.http- 
Class org.qdl_lang.extensions.http.HTTPClient extends Object implements Serializable- 
Serialized Fields- 
CLOSE_METHODString CLOSE_METHOD 
- 
DELETE_METHODString DELETE_METHOD 
- 
DOWNLOAD_METHODString DOWNLOAD_METHOD 
- 
echoHttpRequestboolean echoHttpRequest 
- 
echoHttpResponseboolean echoHttpResponse 
- 
GET_METHODString GET_METHOD 
- 
headersnet.sf.json.JSONObject headers 
- 
HEADERS_METHODString HEADERS_METHOD 
- 
hostString host 
- 
HOST_METHODString HOST_METHOD 
- 
IS_OPEN_METHODString IS_OPEN_METHOD 
- 
LIST_ENCODE_AS_ARRAYString LIST_ENCODE_AS_ARRAY 
- 
LIST_ENCODE_AS_PARAMETERString LIST_ENCODE_AS_PARAMETER 
- 
LIST_ENCODE_AS_VALUEString LIST_ENCODE_AS_VALUE 
- 
LIST_ENCODE_TYPEString LIST_ENCODE_TYPE 
- 
LIST_VALUE_SEPARATORString LIST_VALUE_SEPARATOR 
- 
OPEN_METHODString OPEN_METHOD 
- 
POST_METHODString POST_METHOD 
- 
PUT_METHODString PUT_METHOD 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.http.HTTPClient.Close extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Configuration extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.CreateCredentials extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Delete extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Download extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.EchoHTTPRequest extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.EchoHTTPResponse extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Get extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Headers extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Host extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.IsJSON extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.IsOpen extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.IsText extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Open extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Post extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.HTTPClient.Put extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.QDLHTTPLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.http.QDLHTTPModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.inputLine- 
Class org.qdl_lang.extensions.inputLine.QDLCLITools extends Object implements Serializable
- 
Class org.qdl_lang.extensions.inputLine.QDLCLITools.ToStem extends Object implements Serializable
- 
Class org.qdl_lang.extensions.inputLine.QDLCLIToolsLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.inputLine.QDLCLIToolsModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.mail- 
Class org.qdl_lang.extensions.mail.QDLMail extends Object implements Serializable- 
Serialized Fields- 
cfgQDLStem cfg 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.mail.QDLMail.Send extends Object implements Serializable
- 
Class org.qdl_lang.extensions.mail.QDLMail.SetCfg extends Object implements Serializable
- 
Class org.qdl_lang.extensions.mail.QDLMailLoader extends Object implements Serializable
- 
Class org.qdl_lang.extensions.mail.QDLMailModule extends JavaModule implements Serializable
 
- 
- 
Package org.qdl_lang.extensions.X509- 
Class org.qdl_lang.extensions.X509.QDL509Module extends JavaModule implements Serializable
- 
Class org.qdl_lang.extensions.X509.X509 extends Object implements Serializable- 
Serialized Fields- 
keyStoreKeyStore keyStore 
 
- 
 
- 
- 
Class org.qdl_lang.extensions.X509.X509.LoadKeystore extends Object implements Serializable
- 
Class org.qdl_lang.extensions.X509.X509Loader extends Object implements Serializable
 
- 
- 
Package org.qdl_lang.functions- 
Class org.qdl_lang.functions.DyadicFunctionReferenceNode extends ExpressionImpl implements Serializable- 
Serialized Fields- 
anonymousboolean anonymous 
- 
functionNameString functionName 
- 
functionRecordFunctionRecordInterface functionRecord 
- 
moduleModule module 
- 
moduleStateState moduleState 
 
- 
 
- 
- 
Class org.qdl_lang.functions.FKey extends XKey implements Serializable
- 
Class org.qdl_lang.functions.FR_WithState extends Object implements Serializable- 
Serialized Fields- 
functionRecordFunctionRecordInterface functionRecord 
- 
isExternalModuleboolean isExternalModule 
- 
isModuleboolean isModule 
- 
stateAbstractState state 
 
- 
 
- 
- 
Class org.qdl_lang.functions.FStack extends XStack<V extends FTable<? extends FKey,? extends FunctionRecord>> implements Serializable
- 
Class org.qdl_lang.functions.FTable extends XTable<K extends FKey,V extends FunctionRecord> implements Serializable
- 
Class org.qdl_lang.functions.FunctionDefinitionStatement extends Object implements Serializable- 
Serialized Fields- 
functionRecordFunctionRecord functionRecord 
- 
lambdaboolean lambda 
- 
sourceList<String> source 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.functions.FunctionRecord extends Object implements Serializable- 
Serialized Fields- 
anonymousboolean anonymous 
- 
argCountInteger argCount 
- 
argNamesList<String> argNames 
- 
documentationList<String> documentation 
- 
extrinsicboolean extrinsic 
- 
fRefNameString fRefName 
- 
funcRefboolean funcRef 
- 
keyFKey key 
- 
lambdaboolean lambda 
- 
nameString name 
- 
operatorboolean operator 
- 
sourceCodeList<String> sourceCode 
- 
statementsList<Statement> statements 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.functions.FunctionReferenceNode extends ExpressionImpl implements Serializable- 
Serialized Fields- 
anonymousboolean anonymous 
- 
functionNameString functionName 
- 
functionRecordsList<FunctionRecordInterface> functionRecords 
- 
moduleStateState moduleState 
 
- 
 
- 
- 
Class org.qdl_lang.functions.LambdaDefinitionNode extends ExpressionImpl implements Serializable- 
Serialized Fields- 
functionRecordFunctionRecord functionRecord 
- 
lambdaboolean lambda 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.gui- 
Class org.qdl_lang.gui.QDLEditor2 extends JFrame implements Serializable
 
- 
- 
Package org.qdl_lang.parsing- 
Class org.qdl_lang.parsing.ParseExpressionBlockNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
expressionNodesList<ExpressionNode> expressionNodes 
- 
srcList<String> src 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.parsing.ParseStatementBlock extends Object implements Serializable
- 
Class org.qdl_lang.parsing.ParsingMap extends HashMap<String,ParseRecord> implements Serializable- 
Serialized Fields- 
addedIdsList<String> addedIds 
- 
elementsArrayList<Element> elements 
- 
markAdditionsboolean markAdditions 
- 
maxSearchDepthint maxSearchDepth 
- 
rootParseRecord root 
 
- 
 
- 
- 
Class org.qdl_lang.parsing.QDLInterpreter extends Object implements Serializable- 
Serialized Fields- 
debugOnboolean debugOn 
- 
echoModeOnboolean echoModeOn 
- 
environmentedu.uiuc.ncsa.security.core.configuration.XProperties environment 
- 
prettyPrintboolean prettyPrint 
- 
stateState state 
 
- 
 
- 
- 
Class org.qdl_lang.parsing.QDLRunner extends Object implements Serializable
 
- 
- 
Package org.qdl_lang.sas- 
Class org.qdl_lang.sas.QDLSASServlet extends edu.uiuc.ncsa.sas.SASServlet implements Serializable
- 
Class org.qdl_lang.sas.QDLSASWorkspaceCommands extends WorkspaceCommands implements Serializable
 
- 
- 
Package org.qdl_lang.sas.loader- 
Class org.qdl_lang.sas.loader.QDLSASCFConfigurationLoader extends edu.uiuc.ncsa.sas.loader.SASCFConfigurationLoader<T extends QDLSASEnvironment> implements Serializable
- 
Class org.qdl_lang.sas.loader.QDLSASConfigurationLoader extends edu.uiuc.ncsa.sas.loader.SASConfigurationLoader<T extends QDLSASEnvironment> implements Serializable
- 
Class org.qdl_lang.sas.loader.QDLSASEnvironment extends edu.uiuc.ncsa.sas.SASEnvironment implements Serializable
 
- 
- 
Package org.qdl_lang.scripting- 
Class org.qdl_lang.scripting.QDLScript extends FileEntry implements Serializable
 
- 
- 
Package org.qdl_lang.state- 
Class org.qdl_lang.state.AbstractState extends Object implements Serializable- serialVersionUID:
- 54491152595L
 - 
Serialized Fields- 
antecessorUUID antecessor 
- 
enableLibrarySupportboolean enableLibrarySupport 
- 
libPathList<String> libPath 
- 
librarySupportModeString librarySupportMode 
- 
modulePathsList<String> modulePaths 
- 
scriptArgsObject[] scriptArgs 
- 
scriptArgStemQDLStem scriptArgStem 
- 
scriptNameString scriptName 
- 
scriptPathsList<String> scriptPaths 
- 
scriptStackList<AbstractState.QDLStackTraceElement> scriptStack 
- 
stateRegistryMap<UUID,AbstractState> stateRegistry 
- 
superStateState superState 
- 
uuidUUID uuid 
- 
vStackVStack vStack 
 
- 
 
- 
Class org.qdl_lang.state.FunctionState extends VariableState implements Serializable- serialVersionUID:
- 54491152596L
 - 
Serialized Fields- 
fStackFStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> fStack 
- 
intrinsicFunctionsFStack intrinsicFunctions 
 
- 
 
- 
Class org.qdl_lang.state.ModuleState extends AbstractState implements Serializable
- 
Class org.qdl_lang.state.NamespaceAwareState extends ModuleState implements Serializable- serialVersionUID:
- 54491152598L
 
- 
Class org.qdl_lang.state.SIEntry extends Object implements Serializable- 
Serialized Fields- 
initializedboolean initialized 
- 
interpreterQDLInterpreter interpreter 
- 
interruptsSIInterrupts interrupts 
- 
labelQDLValue label 
- 
messageString message 
- 
pidint pid 
- 
qdlRunnerQDLRunner qdlRunner 
- 
stateState state 
- 
statementStatement statement 
- 
statementNumberint statementNumber 
- 
timestampDate timestamp 
 
- 
 
- 
- 
Class org.qdl_lang.state.State extends FunctionState implements Serializable- serialVersionUID:
- 54491152593L
 - 
Serialized Fields- 
allowBaseFunctionOverridesboolean allowBaseFunctionOverrides 
- 
assertionsOnboolean assertionsOn 
- 
debugUtiledu.uiuc.ncsa.security.core.util.MetaDebugUtil debugUtil 
- 
internalIDString internalID 
- 
restrictedIOboolean restrictedIO 
- 
secureRandomSecureRandom secureRandom 
- 
serverModeboolean serverMode 
- 
stateIDint stateID 
- 
systemConstantsQDLStem systemConstants 
- 
systemInfoQDLStem systemInfo 
- 
targetStateState targetState 
- 
threadTableMap<Integer,QDLThreadRecord> threadTable 
- 
workspaceCommandsWorkspaceCommands workspaceCommands 
 
- 
 
- 
Class org.qdl_lang.state.VariableState extends NamespaceAwareState implements Serializable- serialVersionUID:
- 54491152599L
 
- 
Class org.qdl_lang.state.VariableState.CyclicalError extends QDLException implements Serializable
- 
Class org.qdl_lang.state.XKey extends Object implements Serializable- 
Serialized Fields- 
hashCodeint hashCode 
- 
hashCodeInitboolean hashCodeInit 
- 
keyString key 
 
- 
 
- 
- 
Class org.qdl_lang.state.XStack extends Object implements Serializable
- 
Class org.qdl_lang.state.XTable extends HashMap<K extends XKey,V extends XThing> implements Serializable- 
Serialized Fields- 
FDOC_CONVERTboolean FDOC_CONVERT 
- 
moduleUtilsModuleUtils moduleUtils 
- 
uuidUUID uuid 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.statements- 
Class org.qdl_lang.statements.AssertStatement extends Object implements Serializable- 
Serialized Fields- 
conditionalExpressionInterface conditional 
- 
messsgeExpressionInterface messsge 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.statements.BlockStatement extends Object implements Serializable- 
Serialized Fields- 
statementsList<Statement> statements 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.statements.ConditionalStatement extends Object implements Serializable- 
Serialized Fields- 
conditionalExpressionNode conditional 
- 
elseArgumentsList<Statement> elseArguments 
- 
ifArgumentsList<Statement> ifArguments 
- 
sourceCodeList<String> sourceCode 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.statements.Element extends Object implements Serializable- 
Serialized Fields- 
statementStatement statement 
 
- 
 
- 
- 
Class org.qdl_lang.statements.LocalBlockStatement extends BlockStatement implements Serializable
- 
Class org.qdl_lang.statements.ModuleStatement extends Object implements Serializable
- 
Class org.qdl_lang.statements.SwitchStatement extends Object implements Serializable- 
Serialized Fields- 
argumentsList<ConditionalStatement> arguments 
- 
sourceCodeList<String> sourceCode 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.statements.TokenPosition extends Object implements Serializable- 
Serialized Fields- 
colint col 
- 
lineint line 
 
- 
 
- 
- 
Class org.qdl_lang.statements.TryCatch extends Object implements Serializable
- 
Class org.qdl_lang.statements.WhileLoop extends Object implements Serializable- 
Serialized Fields- 
conditionalExpressionNode conditional 
- 
sourceCodeList<String> sourceCode 
- 
statementsList<Statement> statements 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.util- 
Class org.qdl_lang.util.ModuleUtils extends Object implements Serializable- 
Serialized Fields- 
emptyArraynet.sf.json.JSONArray emptyArray 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.variables- 
Class org.qdl_lang.variables.QDLList extends Object implements Serializable- 
Serialized Fields- 
arrayListArrayList<QDLValue> arrayList 
- 
sparseEntriesTreeSet<SparseEntry> sparseEntries 
 
- 
 
- 
- 
Class org.qdl_lang.variables.QDLList.seGapException extends QDLException implements Serializable
- 
Class org.qdl_lang.variables.QDLMap extends HashMap<String,QDLValue> implements Serializable
- 
Class org.qdl_lang.variables.QDLNull extends ConstantNode implements Serializable- 
Serialized Fields- 
NullValueQDLValue NullValue 
 
- 
 
- 
- 
Class org.qdl_lang.variables.QDLSet extends HashSet<K extends QDLValue> implements Serializable
- 
Class org.qdl_lang.variables.QDLSetNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
evaluatedboolean evaluated 
- 
resultQDLValue result 
- 
sourceCodeList<String> sourceCode 
- 
statementsArrayList<ExpressionInterface> statements 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.variables.QDLStem extends Object implements Serializable
- 
Class org.qdl_lang.variables.QDLStem.KeyRankMap extends TreeMap<Integer,List<List>> implements Serializable
- 
Class org.qdl_lang.variables.QDLStem.OrderedIndexEntry extends Object implements Serializable- 
Serialized Fields- 
hasScalarboolean hasScalar 
- 
hasStemboolean hasStem 
- 
indexlong index 
 
- 
 
- 
- 
Class org.qdl_lang.variables.QDLVariable extends Object implements Serializable- 
Serialized Fields- 
qdlValueQDLValue qdlValue 
- 
scopeint scope 
- 
variableTypeint variableType 
 
- 
 
- 
- 
Class org.qdl_lang.variables.SparseEntry extends Object implements Serializable- 
Serialized Fields- 
bigIndexBigInteger bigIndex 
- 
entryQDLValue entry 
- 
indexlong index 
 
- 
 
- 
- 
Class org.qdl_lang.variables.StemEntryNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
evaluatedboolean evaluated 
- 
isDefaultValueboolean isDefaultValue 
- 
keyExpressionInterface key 
- 
resultQDLValue result 
- 
sourceCodeList<String> sourceCode 
- 
tokenPositionTokenPosition tokenPosition 
- 
valueExpressionInterface value 
 
- 
 
- 
- 
Class org.qdl_lang.variables.StemListNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
evaluatedboolean evaluated 
- 
resultQDLValue result 
- 
sourceCodeList<String> sourceCode 
- 
statementsArrayList<ExpressionInterface> statements 
- 
tokenPositionTokenPosition tokenPosition 
 
- 
 
- 
- 
Class org.qdl_lang.variables.StemPath extends ArrayList<V extends StemPathEntry> implements Serializable
- 
Class org.qdl_lang.variables.StemVariable extends QDLStem implements Serializable
- 
Class org.qdl_lang.variables.StemVariableNode extends Object implements Serializable- 
Serialized Fields- 
aliasString alias 
- 
resultQDLValue result 
- 
sourceCodeList<String> sourceCode 
- 
statementsArrayList<StemEntryNode> statements 
- 
tokenPositionTokenPosition tokenPosition 
- 
variableReferenceString variableReference 
 
- 
 
- 
- 
Class org.qdl_lang.variables.VStack extends XStack<V extends VTable<? extends XKey,? extends VThing>> implements Serializable
- 
Class org.qdl_lang.variables.VTable extends XTable<K extends XKey,V extends VThing> implements Serializable
- 
Class org.qdl_lang.variables.VThing extends Object implements Serializable- 
Serialized Fields- 
keyXKey key 
- 
variableQDLVariable variable 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.variables.values- 
Class org.qdl_lang.variables.values.AllIndicesValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.AxisRestrictionValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.BooleanValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.DecimalValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.DyadicFunctionReferenceValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.FunctionReferenceValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.LongValue extends QDLKey implements Serializable
- 
Class org.qdl_lang.variables.values.ModuleValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.QDLKey extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.QDLNullValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.QDLValue extends Object implements Serializable- 
Serialized Fields- 
axisValueAxisExpression axisValue 
- 
booleanValueBoolean booleanValue 
- 
decimalValueBigDecimal decimalValue 
- 
dyadicFunctionValueDyadicFunctionReferenceNode dyadicFunctionValue 
- 
functionValueFunctionReferenceNode functionValue 
- 
longValueLong longValue 
- 
moduleValueModule moduleValue 
- 
nullValueQDLNull nullValue 
- 
setValueQDLSet setValue 
- 
stemValueQDLStem stemValue 
- 
stringValueString stringValue 
- 
typeInteger type 
- 
valueObject value 
 
- 
 
- 
- 
Class org.qdl_lang.variables.values.SetValue extends QDLValue implements Serializable
- 
Class org.qdl_lang.variables.values.StemValue extends QDLKey implements Serializable
- 
Class org.qdl_lang.variables.values.StringValue extends QDLKey implements Serializable- 
Serialized Fields- 
isParsedboolean isParsed 
- 
parsedLongTypeInteger parsedLongType 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.vfs- 
Class org.qdl_lang.vfs.AbstractVFSFileProvider extends Object implements Serializable
- 
Class org.qdl_lang.vfs.FileEntry extends Object implements Serializable- 
Serialized Fields- 
bytesbyte[] bytes 
- 
inputStreamInputStream inputStream 
- 
linesList<String> lines 
- 
pathString path 
- 
textString text 
- 
xpedu.uiuc.ncsa.security.core.configuration.XProperties xp 
 
- 
 
- 
- 
Class org.qdl_lang.vfs.VFSMemoryDirectoryEntry extends HashMap<String,VFSMetaEntry> implements Serializable- 
Serialized Fields- 
nameString name 
 
- 
 
- 
- 
Class org.qdl_lang.vfs.VFSMemoryFileProvider extends AbstractVFSFileProvider implements Serializable- 
Serialized Fields- 
mapVFSMemoryDirectoryEntry map 
 
- 
 
- 
- 
Class org.qdl_lang.vfs.VFSMySQLProvider extends AbstractVFSFileProvider implements Serializable- 
Serialized Fields- 
dbVFSDatabase db 
 
- 
 
- 
- 
Class org.qdl_lang.vfs.VFSPassThruFileProvider extends AbstractVFSFileProvider implements Serializable- 
Serialized Fields- 
rootDirString rootDir 
 
- 
 
- 
- 
Class org.qdl_lang.vfs.VFSZipFileProvider extends AbstractVFSFileProvider implements Serializable- 
Serialized Fields- 
fileSystemFileSystem fileSystem 
- 
mapHashMap<String,VFSZipFileProvider.MapZipEntry> map 
- 
pathToZipString pathToZip 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.workspace- 
Class org.qdl_lang.workspace.BufferManager extends Object implements Serializable- 
Serialized Fields- 
brMapHashMap<String,BufferManager.BufferRecord> brMap 
- 
bufferRecordsArrayList<BufferManager.BufferRecord> bufferRecords 
- 
defaultBRBufferManager.BufferRecord defaultBR 
- 
stateState state 
 
- 
 
- 
- 
Class org.qdl_lang.workspace.BufferManager.BufferRecord extends Object implements Serializable
- 
Class org.qdl_lang.workspace.QDLWorkspace extends Object implements Serializable- 
Serialized Fields- 
workspaceCommandsWorkspaceCommands workspaceCommands 
 
- 
 
- 
- 
Class org.qdl_lang.workspace.SIInterrupts extends Object implements Serializable- 
Serialized Fields- 
exclusionsSIInterruptList exclusions 
- 
inclusionsSIInterruptList inclusions 
- 
processIDint processID 
 
- 
 
- 
- 
Class org.qdl_lang.workspace.WorkspaceCommands extends Object implements Serializable- 
Serialized Fields- 
___SI_ACTIVEint ___SI_ACTIVE 
- 
___SI_LINE_NRint ___SI_LINE_NR 
- 
___SI_PIDint ___SI_PID 
- 
___SI_SIZEint ___SI_SIZE 
- 
___SI_TIMESTAMPint ___SI_TIMESTAMP 
- 
ACTION_INDEXint ACTION_INDEX 
- 
altLookupedu.uiuc.ncsa.security.core.util.DoubleHashMap<String,String> altLookup 
- 
ansiModeOnboolean ansiModeOn 
- 
assertionsOnboolean assertionsOn 
- 
autosaveIntervallong autosaveInterval 
- 
autosaveMessagesOnboolean autosaveMessagesOn 
- 
autosaveOnboolean autosaveOn 
- 
autosaveThreadAutosaveThread autosaveThread 
- 
BUFFER_RECORD_SEPARATORString BUFFER_RECORD_SEPARATOR 
- 
BUFFER_RUN_CLEAN_STATE_FLAGString BUFFER_RUN_CLEAN_STATE_FLAG 
- 
BUFFER_RUN_CLONE_STATE_FLAGString BUFFER_RUN_CLONE_STATE_FLAG 
- 
BUFFER_RUN_I_MESSAGE_FLAGString BUFFER_RUN_I_MESSAGE_FLAG 
- 
bufferDefaultSavePathString bufferDefaultSavePath 
- 
bufferManagerBufferManager bufferManager 
- 
CLTedu.uiuc.ncsa.security.util.cli.CommandLineTokenizer CLT 
- 
COMMAND_INDEXint COMMAND_INDEX 
- 
commandHistoryList<String> commandHistory The workspace commands are here so they can be serialized with the rest of the workspace. However, since the mechanism has to intercept every command before it gets forwarded toWorkspaceCommands.execute(String), the logic for managing this list is inQDLWorkspace.
- 
COMPRESS_FLAGString COMPRESS_FLAG 
- 
compressXMLboolean compressXML 
- 
currentEditorSessionsMap<UUID,Integer> currentEditorSessions 
- 
currentWorkspaceString currentWorkspace 
- 
DASHESString DASHES 
- 
debugOnboolean debugOn 
- 
DEFAULT_BOOT_FUNCTION_ON_LOAD_NAMEString DEFAULT_BOOT_FUNCTION_ON_LOAD_NAME 
- 
defaultIndentString defaultIndent 
- 
defaultInterpreterQDLInterpreter defaultInterpreter 
- 
defaultStateState defaultState 
- 
descriptionString description 
- 
echoModeOnboolean echoModeOn 
- 
editorClipboardList<String> editorClipboard 
- 
envedu.uiuc.ncsa.security.core.configuration.XProperties env 
- 
envFileFile envFile 
- 
externalEditorNameString externalEditorName 
- 
FIRST_ARG_INDEXint FIRST_ARG_INDEX 
- 
fontFont font 
- 
helpSInputStream helpS 
- 
interpreterQDLInterpreter interpreter 
- 
interruptListHashMap<Integer,SIInterrupts> interruptList the interrupts (inclusions and exclusions) per pid.
- 
isRunScriptboolean isRunScript 
- 
isSIboolean isSI 
- 
JAVA_FLAGString JAVA_FLAG 
- 
JSON_FLAGString JSON_FLAG 
- 
lastResultObject lastResult 
- 
logoString logo 
- 
logoNameString logoName 
- 
NOT_SETString NOT_SET 
- 
onlineExamplesHashMap<String,String> onlineExamples 
- 
onlineHelpHashMap<String,String> onlineHelp 
- 
preprocessorOnboolean preprocessorOn 
- 
prettyPrintboolean prettyPrint 
- 
QDL_DUMP_FLAGString QDL_DUMP_FLAG 
- 
qdlEditorsedu.uiuc.ncsa.security.util.cli.editing.Editors qdlEditors 
- 
qdlEnvironmentQDLEnvironment qdlEnvironment 
- 
RELOAD_FLAGString RELOAD_FLAG 
- 
rootDirString rootDir 
- 
runInitOnLoadboolean runInitOnLoad 
- 
runScriptPathString runScriptPath 
- 
SAVE_AS_XML_FLAGString SAVE_AS_XML_FLAG 
- 
saveDirString saveDir 
- 
SHOW_FLAGString SHOW_FLAG 
- 
showBannerboolean showBanner 
- 
siEntriesWorkspaceCommands.SIEntries siEntries 
- 
siMessagesOnboolean siMessagesOn 
- 
SKIP_BAD_MODULES_FLAGString SKIP_BAD_MODULES_FLAG 
- 
STARSString STARS 
- 
startTimeStampDate startTimeStamp 
- 
stateState state 
- 
swingGUIboolean swingGUI 
- 
tempDirFile tempDir 
- 
TRACE_ARGString TRACE_ARG 
- 
useExternalEditorboolean useExternalEditor 
- 
workspaceQDLWorkspace workspace 
- 
wsIDString wsID 
 
- 
 
- 
- 
Class org.qdl_lang.workspace.WorkspaceCommands.SIEntries extends TreeMap<Integer,SIEntry> implements Serializable
- 
Class org.qdl_lang.workspace.WorkspaceCommands.WSInternals extends Object implements Serializable- 
Serialized Fields- 
activeStateState activeState 
- 
currentPIDInteger currentPID 
- 
debugOnboolean debugOn 
- 
defaultStateState defaultState 
- 
descriptionString description 
- 
echoOnboolean echoOn 
- 
idString id 
- 
prettyPrintboolean prettyPrint 
- 
saveDirString saveDir 
- 
siEntriesWorkspaceCommands.SIEntries siEntries 
- 
startTimestampDate startTimestamp 
 
- 
 
- 
 
- 
- 
Package org.qdl_lang.xml- 
Class org.qdl_lang.xml.XMLMissingCloseTagException extends QDLException implements Serializable
 
-