Serialized Form
-
Package org.qdl_lang.config
-
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
-
allowOverwriteBaseFunctions
boolean allowOverwriteBaseFunctions
-
ansiModeOn
boolean ansiModeOn
-
assertionsOn
boolean assertionsOn
-
autosaveInterval
long autosaveInterval
-
autosaveMessagesOn
boolean autosaveMessagesOn
-
autosaveOn
boolean autosaveOn
-
bootScript
String bootScript
-
cfgFile
String cfgFile
-
compressionOn
boolean compressionOn
-
debugLevel
String debugLevel
-
echoModeOn
boolean echoModeOn
-
enabled
boolean enabled
-
enableLibrarySupport
boolean enableLibrarySupport
-
externalEditorPath
String externalEditorPath
-
font
Font font
-
isRestrictedIO
boolean isRestrictedIO
-
libLoader
LibLoader libLoader
-
libPath
String libPath
-
logo
String logo
-
moduleConfigs
List<ModuleConfig> moduleConfigs
-
modulePath
String modulePath
-
name
String name
-
numericDigits
int numericDigits
-
prettyPrint
boolean prettyPrint
-
qdlEditors
edu.uiuc.ncsa.security.util.cli.editing.Editors qdlEditors
-
saveDir
String saveDir
-
scriptPath
String scriptPath
-
serverModeOn
boolean serverModeOn
-
showBanner
boolean showBanner
-
terminalType
String terminalType
-
useExternalEditor
boolean useExternalEditor
-
verboseOn
boolean verboseOn
-
vfsConfigs
List<VFSConfig> vfsConfigs
-
wsEnv
String wsEnv
-
wsHomeDir
String wsHomeDir
-
-
-
-
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
-
secureRandom
SecureRandom secureRandom
-
-
-
Class org.qdl_lang.evaluate.MetaEvaluator extends AbstractEvaluator implements Serializable
-
Serialized Fields
-
allNames
String[] allNames
-
evaluators
List<AbstractEvaluator> evaluators
-
evaluatorsByAlias
Map<String,AbstractEvaluator> evaluatorsByAlias
-
functionEvaluator
FunctionEvaluator functionEvaluator
-
-
-
Class org.qdl_lang.evaluate.ModuleEvaluator extends AbstractEvaluator implements Serializable
-
Class org.qdl_lang.evaluate.OpEvaluator extends AbstractEvaluator implements Serializable
-
Serialized Fields
-
dyadOnlyArg
int[] dyadOnlyArg
-
monadAndDyadArg
int[] monadAndDyadArg
-
monadOnlyArg
int[] monadOnlyArg
-
-
-
Class org.qdl_lang.evaluate.StemEvaluator extends AbstractEvaluator implements Serializable
-
Serialized Fields
-
pattern
Pattern 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 QDLException implements Serializable
-
Serialized Fields
-
assertionState
QDLStem assertionState
-
-
-
Class org.qdl_lang.exceptions.BadArgException extends FunctionArgException 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 QDLException implements Serializable
-
Serialized Fields
-
siEntry
SIEntry 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.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
-
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
-
result
Object result
-
resultType
int resultType
-
-
-
Class org.qdl_lang.exceptions.UndefinedFunctionException extends QDLExceptionWithTrace implements Serializable
-
Class org.qdl_lang.exceptions.UnknownSymbolException extends QDLExceptionWithTrace implements Serializable
-
Class org.qdl_lang.exceptions.WrongArgCountException extends FunctionArgException 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
-
op
String op
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.expressions.ArgList extends ArrayList<ExpressionInterface> implements Serializable
-
Class org.qdl_lang.expressions.ClosedSliceNode extends ExpressionImpl implements Serializable
-
Class org.qdl_lang.expressions.ComparisonDyad extends Dyad implements Serializable
-
Serialized Fields
-
leftmostNode
ExpressionInterface leftmostNode
-
-
-
Class org.qdl_lang.expressions.ConstantNode extends ExpressionImpl implements Serializable
-
Class org.qdl_lang.expressions.Dyad extends ExpressionImpl implements Serializable
-
Serialized Fields
-
unary
boolean unary
-
-
-
Class org.qdl_lang.expressions.ESN2 extends ExpressionImpl implements Serializable
-
Class org.qdl_lang.expressions.ExpressionImpl extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
arguments
ArrayList<ExpressionInterface> arguments
-
evaluated
boolean evaluated
-
evaluatedArgs
List<Object> evaluatedArgs
-
operatorType
int operatorType
-
result
Object result
-
resultType
int resultType
-
sizeQuery
boolean sizeQuery
-
sourceCode
List<String> sourceCode
-
tokenPosition
TokenPosition tokenPosition
-
valence
int 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
-
alias
String alias
-
arguments
ArrayList<ExpressionInterface> arguments
-
evaluated
boolean evaluated
-
result
Object result
-
resultType
int resultType
-
sourceCode
List<String> sourceCode
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.expressions.IndexArg extends Object implements Serializable
-
Serialized Fields
-
interpretListArg
boolean interpretListArg
-
strictOrder
boolean strictOrder
-
swri
ExpressionInterface swri
-
-
-
Class org.qdl_lang.expressions.IndexArgs extends ArrayList<IndexArg> implements Serializable
-
Class org.qdl_lang.expressions.IndexList extends ArrayList implements Serializable
-
Class org.qdl_lang.expressions.ModuleExpression extends ExpressionImpl implements Serializable
-
Class org.qdl_lang.expressions.Monad extends ExpressionImpl implements Serializable
-
Serialized Fields
-
postFix
boolean 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
-
alias
String alias
-
args
ArrayList<ExpressionInterface> args
-
doxx
List<String> doxx
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.expressions.Polyad extends ExpressionImpl implements Serializable
-
Serialized Fields
-
builtIn
boolean builtIn
-
name
String name
-
-
-
Class org.qdl_lang.expressions.SelectExpressionNode extends ExpressionImpl implements Serializable
-
Class org.qdl_lang.expressions.StemExtractionNode extends ExpressionImpl implements Serializable
-
Serialized Fields
-
indexArgs
IndexArgs indexArgs
-
-
-
Class org.qdl_lang.expressions.UnevaluatedExpressionException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException implements Serializable
-
Class org.qdl_lang.expressions.VariableNode extends ExpressionImpl implements Serializable
-
Serialized Fields
-
variableReference
String variableReference
-
-
-
-
Package org.qdl_lang.extensions
-
Class org.qdl_lang.extensions.JavaModule extends Module implements Serializable
-
Serialized Fields
-
className
String className
-
documentation
List<String> documentation
-
funcs
List<QDLFunction> funcs
-
initialized
boolean initialized
-
loaderClassName
String loaderClassName
-
metaClass
QDLMetaModule metaClass
-
offSet
String offSet
-
offSet1
String offSet1
-
pattern
Pattern pattern
-
vars
List<QDLVariable> vars
-
-
-
Class org.qdl_lang.extensions.QDLFunctionRecord extends FunctionRecord implements Serializable
-
Serialized Fields
-
argCount
int argCount
-
qdlFunction
QDLFunction 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
-
jwkUtil
edu.uiuc.ncsa.security.util.jwk.JWKUtil2 jwkUtil
-
secureRandom
SecureRandom secureRandom
-
-
-
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.ExportJWKS extends Object implements Serializable
-
Class org.qdl_lang.extensions.crypto.Crypto.GetPublicKey extends Object implements Serializable
-
Class org.qdl_lang.extensions.crypto.Crypto.ImportJWKS extends Object implements Serializable
-
Class org.qdl_lang.extensions.crypto.Crypto.SymmetricDecrypt extends Object implements Serializable
-
Class org.qdl_lang.extensions.crypto.Crypto.SymmetricEncrypt 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
-
types
QDLStem 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
-
dynamoDbClient
software.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
-
s
String 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_METHOD
String CLOSE_METHOD
-
DELETE_METHOD
String DELETE_METHOD
-
DOWNLOAD_METHOD
String DOWNLOAD_METHOD
-
GET_METHOD
String GET_METHOD
-
headers
net.sf.json.JSONObject headers
-
HEADERS_METHOD
String HEADERS_METHOD
-
host
String host
-
HOST_METHOD
String HOST_METHOD
-
IS_OPEN_METHOD
String IS_OPEN_METHOD
-
OPEN_METHOD
String OPEN_METHOD
-
POST_METHOD
String POST_METHOD
-
PUT_METHOD
String PUT_METHOD
-
-
-
Class org.qdl_lang.extensions.http.HTTPClient.Close 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.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
-
cfg
QDLStem 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.functions
-
Class org.qdl_lang.functions.DyadicFunctionReferenceNode extends ExpressionImpl implements Serializable
-
Serialized Fields
-
anonymous
boolean anonymous
-
functionName
String functionName
-
functionRecord
FunctionRecordInterface functionRecord
-
module
Module module
-
moduleState
State moduleState
-
-
-
Class org.qdl_lang.functions.FKey extends XKey implements Serializable
-
Class org.qdl_lang.functions.FR_WithState extends Object implements Serializable
-
Serialized Fields
-
functionRecord
FunctionRecordInterface functionRecord
-
isExternalModule
boolean isExternalModule
-
isModule
boolean isModule
-
state
AbstractState 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
-
functionRecord
FunctionRecord functionRecord
-
lambda
boolean lambda
-
source
List<String> source
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.functions.FunctionRecord extends Object implements Serializable
-
Serialized Fields
-
anonymous
boolean anonymous
-
argCount
Integer argCount
-
argNames
List<String> argNames
-
documentation
List<String> documentation
-
extrinsic
boolean extrinsic
-
fRefName
String fRefName
-
funcRef
boolean funcRef
-
key
FKey key
-
lambda
boolean lambda
-
name
String name
-
operator
boolean operator
-
sourceCode
List<String> sourceCode
-
statements
List<Statement> statements
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.functions.FunctionReferenceNode extends ExpressionImpl implements Serializable
-
Serialized Fields
-
anonymous
boolean anonymous
-
functionName
String functionName
-
functionRecords
List<FunctionRecordInterface> functionRecords
-
moduleState
State moduleState
-
-
-
Class org.qdl_lang.functions.LambdaDefinitionNode extends ExpressionImpl implements Serializable
-
Serialized Fields
-
functionRecord
FunctionRecord functionRecord
-
lambda
boolean lambda
-
-
-
-
Package org.qdl_lang.gui
-
Class org.qdl_lang.gui.QDLEditor2 extends JFrame implements Serializable
-
-
Package org.qdl_lang.module
-
Class org.qdl_lang.module.MIStack extends XStack<V extends MITable<? extends XKey,? extends MIWrapper>> implements Serializable
-
Class org.qdl_lang.module.MITable extends XTable<K extends XKey,V extends MIWrapper> implements Serializable
-
Serialized Fields
-
id
UUID id
-
-
-
Class org.qdl_lang.module.MIWrapper extends Object implements Serializable
-
Class org.qdl_lang.module.Module extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
FDOC_CONVERT
boolean FDOC_CONVERT
-
id
UUID id
-
inheritMode
int inheritMode
-
key
XKey key
-
mtKey
MTKey mtKey
-
namespace
URI namespace
-
parentInstanceAlias
String parentInstanceAlias
-
parentInstanceID
UUID parentInstanceID
-
parentTemplateID
UUID parentTemplateID
-
state
State state
-
template
boolean template
-
used
boolean used
-
-
-
Class org.qdl_lang.module.MTKey extends XKey implements Serializable
-
Serialized Fields
-
uriKey
URI uriKey
-
-
-
Class org.qdl_lang.module.MTStack extends XStack<V extends MTTable<? extends MTKey,? extends Module>> implements Serializable
-
Class org.qdl_lang.module.MTTable extends XTable<K extends MTKey,V extends Module> implements Serializable
-
Class org.qdl_lang.module.QDLModule extends Module implements Serializable
-
Serialized Fields
-
documentation
List<String> documentation
-
filePath
String filePath
-
moduleStatement
ModuleStatement moduleStatement
-
-
-
-
Package org.qdl_lang.parsing
-
Class org.qdl_lang.parsing.ParseExpressionBlockNode extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
expressionNodes
List<ExpressionNode> expressionNodes
-
src
List<String> src
-
tokenPosition
TokenPosition 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
-
addedIds
List<String> addedIds
-
elements
ArrayList<Element> elements
-
markAdditions
boolean markAdditions
-
maxSearchDepth
int maxSearchDepth
-
root
ParseRecord root
-
-
-
Class org.qdl_lang.parsing.QDLInterpreter extends Object implements Serializable
-
Serialized Fields
-
debugOn
boolean debugOn
-
echoModeOn
boolean echoModeOn
-
environment
edu.uiuc.ncsa.security.core.configuration.XProperties environment
-
prettyPrint
boolean prettyPrint
-
state
State 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.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
-
antecessor
UUID antecessor
-
enableLibrarySupport
boolean enableLibrarySupport
-
libPath
List<String> libPath
-
modulePaths
List<String> modulePaths
-
scriptArgs
Object[] scriptArgs
-
scriptArgStem
QDLStem scriptArgStem
-
scriptName
String scriptName
-
scriptPaths
List<String> scriptPaths
-
scriptStack
List<String> scriptStack
-
stateRegistry
Map<UUID,AbstractState> stateRegistry
-
superState
State superState
-
uuid
UUID uuid
-
vStack
VStack vStack
-
-
Class org.qdl_lang.state.FunctionState extends VariableState implements Serializable
- serialVersionUID:
- 54491152596L
-
Serialized Fields
-
fStack
FStack<? extends FTable<? extends FKey,? extends FunctionRecordInterface>> fStack
-
intrinsicFunctions
FStack 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
-
initialized
boolean initialized
-
interpreter
QDLInterpreter interpreter
-
lineNumber
int lineNumber
-
message
String message
-
pid
int pid
-
qdlRunner
QDLRunner qdlRunner
-
state
State state
-
timestamp
Date timestamp
-
-
-
Class org.qdl_lang.state.State extends FunctionState implements Serializable
- serialVersionUID:
- 54491152593L
-
Serialized Fields
-
allowBaseFunctionOverrides
boolean allowBaseFunctionOverrides
-
assertionsOn
boolean assertionsOn
-
debugUtil
edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugUtil
-
internalID
String internalID
-
restrictedIO
boolean restrictedIO
-
secureRandom
SecureRandom secureRandom
-
serverMode
boolean serverMode
-
stateID
int stateID
-
systemConstants
QDLStem systemConstants
-
systemInfo
QDLStem systemInfo
-
targetState
State targetState
-
threadTable
Map<Integer,QDLThreadRecord> threadTable
-
workspaceCommands
WorkspaceCommands 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
-
hashCode
int hashCode
-
hashCodeInit
boolean hashCodeInit
-
key
String 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_CONVERT
boolean FDOC_CONVERT
-
moduleUtils
ModuleUtils moduleUtils
-
uuid
UUID uuid
-
-
-
-
Package org.qdl_lang.statements
-
Class org.qdl_lang.statements.AssertStatement extends Object implements Serializable
-
Serialized Fields
-
conditional
ExpressionInterface conditional
-
messsge
ExpressionInterface messsge
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.statements.BlockStatement extends Object implements Serializable
-
Serialized Fields
-
statements
List<Statement> statements
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.statements.ConditionalStatement extends Object implements Serializable
-
Serialized Fields
-
conditional
ExpressionNode conditional
-
elseArguments
List<Statement> elseArguments
-
ifArguments
List<Statement> ifArguments
-
sourceCode
List<String> sourceCode
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.statements.Element extends Object implements Serializable
-
Serialized Fields
-
statement
Statement 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
-
arguments
List<ConditionalStatement> arguments
-
sourceCode
List<String> sourceCode
-
tokenPosition
TokenPosition tokenPosition
-
-
-
Class org.qdl_lang.statements.TokenPosition extends Object implements Serializable
-
Serialized Fields
-
col
int col
-
line
int line
-
-
-
Class org.qdl_lang.statements.TryCatch extends Object implements Serializable
-
Class org.qdl_lang.statements.WhileLoop extends Object implements Serializable
-
Serialized Fields
-
conditional
ExpressionNode conditional
-
sourceCode
List<String> sourceCode
-
statements
List<Statement> statements
-
tokenPosition
TokenPosition tokenPosition
-
-
-
-
Package org.qdl_lang.util
-
Class org.qdl_lang.util.ModuleUtils extends Object implements Serializable
-
Serialized Fields
-
emptyArray
net.sf.json.JSONArray emptyArray
-
-
-
-
Package org.qdl_lang.variables
-
Class org.qdl_lang.variables.QDLList extends Object implements Serializable
-
Serialized Fields
-
arrayList
ArrayList arrayList
-
sparseEntries
TreeSet<SparseEntry> sparseEntries
-
-
-
Class org.qdl_lang.variables.QDLList.seGapException extends QDLException implements Serializable
-
Class org.qdl_lang.variables.QDLMap extends HashMap<String,Object> implements Serializable
-
Class org.qdl_lang.variables.QDLNull extends ConstantNode implements Serializable
-
Class org.qdl_lang.variables.QDLSet extends HashSet implements Serializable
-
Class org.qdl_lang.variables.QDLSetNode extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
evaluated
boolean evaluated
-
result
QDLSet result
-
sourceCode
List<String> sourceCode
-
statements
ArrayList<ExpressionInterface> statements
-
tokenPosition
TokenPosition 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
-
hasScalar
boolean hasScalar
-
hasStem
boolean hasStem
-
index
long index
-
-
-
Class org.qdl_lang.variables.SparseEntry extends Object implements Serializable
-
Serialized Fields
-
bigIndex
BigInteger bigIndex
-
entry
Object entry
-
index
long index
-
-
-
Class org.qdl_lang.variables.StemEntryNode extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
evaluated
boolean evaluated
-
isDefaultValue
boolean isDefaultValue
-
key
ExpressionInterface key
-
sourceCode
List<String> sourceCode
-
tokenPosition
TokenPosition tokenPosition
-
value
ExpressionInterface value
-
-
-
Class org.qdl_lang.variables.StemListNode extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
evaluated
boolean evaluated
-
result
QDLStem result
-
sourceCode
List<String> sourceCode
-
statements
ArrayList<ExpressionInterface> statements
-
tokenPosition
TokenPosition 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
-
alias
String alias
-
result
QDLStem result
-
sourceCode
List<String> sourceCode
-
statements
ArrayList<StemEntryNode> statements
-
tokenPosition
TokenPosition tokenPosition
-
variableReference
String 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
-
-
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
-
bytes
byte[] bytes
-
inputStream
InputStream inputStream
-
lines
List<String> lines
-
path
String path
-
text
String text
-
xp
edu.uiuc.ncsa.security.core.configuration.XProperties xp
-
-
-
Class org.qdl_lang.vfs.VFSMemoryDirectoryEntry extends HashMap<String,VFSMetaEntry> implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.qdl_lang.vfs.VFSMemoryFileProvider extends AbstractVFSFileProvider implements Serializable
-
Serialized Fields
-
map
VFSMemoryDirectoryEntry map
-
-
-
Class org.qdl_lang.vfs.VFSMySQLProvider extends AbstractVFSFileProvider implements Serializable
-
Serialized Fields
-
db
VFSDatabase db
-
-
-
Class org.qdl_lang.vfs.VFSPassThruFileProvider extends AbstractVFSFileProvider implements Serializable
-
Serialized Fields
-
rootDir
String rootDir
-
-
-
Class org.qdl_lang.vfs.VFSZipFileProvider extends AbstractVFSFileProvider implements Serializable
-
Serialized Fields
-
fileSystem
FileSystem fileSystem
-
map
HashMap<String,VFSZipFileProvider.MapZipEntry> map
-
pathToZip
String pathToZip
-
-
-
-
Package org.qdl_lang.workspace
-
Class org.qdl_lang.workspace.BufferManager extends Object implements Serializable
-
Serialized Fields
-
brMap
HashMap<String,BufferManager.BufferRecord> brMap
-
bufferRecords
ArrayList<BufferManager.BufferRecord> bufferRecords
-
defaultBR
BufferManager.BufferRecord defaultBR
-
state
State state
-
-
-
Class org.qdl_lang.workspace.BufferManager.BufferRecord extends Object implements Serializable
-
Class org.qdl_lang.workspace.QDLWorkspace extends Object implements Serializable
-
Serialized Fields
-
workspaceCommands
WorkspaceCommands workspaceCommands
-
-
-
Class org.qdl_lang.workspace.WorkspaceCommands extends Object implements Serializable
-
Serialized Fields
-
___SI_ACTIVE
int ___SI_ACTIVE
-
___SI_LINE_NR
int ___SI_LINE_NR
-
___SI_PID
int ___SI_PID
-
___SI_SIZE
int ___SI_SIZE
-
___SI_TIMESTAMP
int ___SI_TIMESTAMP
-
ACTION_INDEX
int ACTION_INDEX
-
ALL_WS_VARS
String[] ALL_WS_VARS
-
altLookup
edu.uiuc.ncsa.security.core.util.DoubleHashMap<String,String> altLookup
-
ansiModeOn
boolean ansiModeOn
-
assertionsOn
boolean assertionsOn
-
autosaveInterval
long autosaveInterval
-
autosaveMessagesOn
boolean autosaveMessagesOn
-
autosaveOn
boolean autosaveOn
-
autosaveThread
AutosaveThread autosaveThread
-
BUFFER_RECORD_SEPARATOR
String BUFFER_RECORD_SEPARATOR
-
bufferDefaultSavePath
String bufferDefaultSavePath
-
bufferManager
BufferManager bufferManager
-
CLT
edu.uiuc.ncsa.security.util.cli.CommandLineTokenizer CLT
-
COMMAND_INDEX
int COMMAND_INDEX
-
commandHistory
List<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_FLAG
String COMPRESS_FLAG
-
compressXML
boolean compressXML
-
currentEditorSessions
Map<UUID,Integer> currentEditorSessions
-
currentPID
int currentPID
-
currentWorkspace
String currentWorkspace
-
DASHES
String DASHES
-
debugOn
boolean debugOn
-
DEFAULT_BOOT_FUNCTION_ON_LOAD_NAME
String DEFAULT_BOOT_FUNCTION_ON_LOAD_NAME
-
defaultIndent
String defaultIndent
-
defaultInterpreter
QDLInterpreter defaultInterpreter
-
defaultState
State defaultState
-
description
String description
-
echoModeOn
boolean echoModeOn
-
editorClipboard
List<String> editorClipboard
-
env
edu.uiuc.ncsa.security.core.configuration.XProperties env
-
envFile
File envFile
-
externalEditorName
String externalEditorName
-
FIRST_ARG_INDEX
int FIRST_ARG_INDEX
-
font
Font font
-
helpS
InputStream helpS
-
interpreter
QDLInterpreter interpreter
-
isRunScript
boolean isRunScript
-
isSI
boolean isSI
-
JAVA_FLAG
String JAVA_FLAG
-
JSON_FLAG
String JSON_FLAG
-
lastResult
Object lastResult
-
logo
String logo
-
logoName
String logoName
-
NOT_SET
String NOT_SET
-
onlineExamples
HashMap<String,String> onlineExamples
-
onlineHelp
HashMap<String,String> onlineHelp
-
prettyPrint
boolean prettyPrint
-
QDL_DUMP_FLAG
String QDL_DUMP_FLAG
-
qdlEditors
edu.uiuc.ncsa.security.util.cli.editing.Editors qdlEditors
-
qdlEnvironment
QDLEnvironment qdlEnvironment
-
RELOAD_FLAG
String RELOAD_FLAG
-
rootDir
String rootDir
-
runInitOnLoad
boolean runInitOnLoad
-
runScriptPath
String runScriptPath
-
SAVE_AS_XML_FLAG
String SAVE_AS_XML_FLAG
-
saveDir
String saveDir
-
SHOW_FLAG
String SHOW_FLAG
-
showBanner
boolean showBanner
-
siEntries
WorkspaceCommands.SIEntries siEntries
-
SKIP_BAD_MODULES_FLAG
String SKIP_BAD_MODULES_FLAG
-
STARS
String STARS
-
startTimeStamp
Date startTimeStamp
-
state
State state
-
swingGUI
boolean swingGUI
-
tempDir
File tempDir
-
TRACE_ARG
String TRACE_ARG
-
useExternalEditor
boolean useExternalEditor
-
workspace
QDLWorkspace workspace
-
wsID
String wsID
-
-
-
Class org.qdl_lang.workspace.WorkspaceCommands.SIEntries extends TreeMap<Integer,SIEntry> implements Serializable
-
Serialized Fields
-
maxKey
int maxKey
-
-
-
Class org.qdl_lang.workspace.WorkspaceCommands.WSInternals extends Object implements Serializable
-
Serialized Fields
-
activeState
State activeState
-
currentPID
Integer currentPID
-
debugOn
boolean debugOn
-
defaultState
State defaultState
-
description
String description
-
echoOn
boolean echoOn
-
id
String id
-
prettyPrint
boolean prettyPrint
-
saveDir
String saveDir
-
siEntries
WorkspaceCommands.SIEntries siEntries
-
startTimestamp
Date startTimestamp
-
-
-
-
Package org.qdl_lang.xml
-
Class org.qdl_lang.xml.XMLMissingCloseTagException extends QDLException implements Serializable
-