Uses of Interface
org.qdl_lang.variables.Constants
-
Packages that use Constants 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.extensions.crypto The cryptographic module.org.qdl_lang.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.variables.values -
-
Uses of Constants in org.qdl_lang.evaluate
Classes in org.qdl_lang.evaluate that implement Constants Modifier and Type Class Description static classStemEvaluator.ARForEachImplstatic classStemEvaluator.SizeOfstatic classSystemEvaluator.ReduceAll -
Uses of Constants in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement Constants Modifier and Type Class Description protected classCrypto.CodeChallenge.ProcessCodeChallengeclassCrypto.DoJWTVerifyprotected classCrypto.HexToB64.ProcessHexToB64protected classCrypto.IdentityEncryptDecryptclassCrypto.IdentityJWTprotected classCrypto.IdentitySymmetricDeorEncryptclassCrypto.ProcessB64ToHexclassCrypto.ProcessB64ToIntprotected classCrypto.ProcessHexToIntprotected classCrypto.ProcessIntToB64protected classCrypto.ProcessIntToHexprotected classCrypto.ReadOID.IdentityOIDS -
Uses of Constants in org.qdl_lang.util.aggregate
Subinterfaces of Constants in org.qdl_lang.util.aggregate Modifier and Type Interface Description interfaceProcessScalarProcessing interface for stems and sets.interfaceProcessStemAxisRestrictionProcess a stem but only to a specific rank.interfaceProcessStemValuesInterface for processors that traverse stems.Classes in org.qdl_lang.util.aggregate that implement Constants Modifier and Type Class Description classAbstractIdentityStemProcessclassAbstractNoOpStemImplNo operations allowed implementation.classAxisRestrictionIdentityclassAxisRestrictionNoOpclassIdentityScalarImplBasic (identity) implementation ofProcessScalar, simply returns each argument unchanged.classNoOpScalarImplBasic implementation ofProcessScalarthat simply throws an exception for each argument. -
Uses of Constants in org.qdl_lang.variables
Classes in org.qdl_lang.variables that implement Constants Modifier and Type Class Description classConstantUtility class to manage constants for the system.classJSONAndStemUtilityCreated by Jeff Gaynor
on 10/30/20 at 6:13 AMstatic classQDLStem.ARGetkeysstatic classQDLStem.SizeOf -
Uses of Constants in org.qdl_lang.variables.values
Classes in org.qdl_lang.variables.values that implement Constants Modifier and Type Class Description classAllIndicesValueSince this needs to be passed around, this is essentially a marker class.classAxisRestrictionValueclassBooleanValueclassDecimalValueclassDyadicFunctionReferenceValueclassFunctionReferenceValueclassLongValueclassModuleValueclassQDLKeyA marker class for thoseQDLValues that may also function as keys to stems and lists.classQDLNullValueSince there is a single instance of theQDLNull, there needs to be a dedicated class for it that sidesteps some bootstrapping issues.classQDLValueThe top-level wrapper class for every value QDL knows about.classSetValueclassStemValueclassStringValue
-