Package org.qdl_lang.variables
Interface Constants
- 
- All Known Subinterfaces:
- ProcessScalar,- ProcessStemAxisRestriction,- ProcessStemValues
 - All Known Implementing Classes:
- AbstractIdentityStemProcess,- AbstractNoOpStemImpl,- AllIndicesValue,- AxisRestrictionIdentity,- AxisRestrictionNoOp,- AxisRestrictionValue,- BooleanValue,- Constant,- Crypto.CodeChallenge.ProcessCodeChallenge,- Crypto.DoJWTVerify,- Crypto.HexToB64.ProcessHexToB64,- Crypto.IdentityEncryptDecrypt,- Crypto.IdentityJWT,- Crypto.IdentitySymmetricDeorEncrypt,- Crypto.ProcessB64ToHex,- Crypto.ProcessB64ToInt,- Crypto.ProcessHexToInt,- Crypto.ProcessIntToB64,- Crypto.ProcessIntToHex,- Crypto.ReadOID.IdentityOIDS,- DecimalValue,- DyadicFunctionReferenceValue,- FunctionReferenceValue,- IdentityScalarImpl,- JSONAndStemUtility,- LongValue,- ModuleValue,- NoOpScalarImpl,- QDLKey,- QDLNullValue,- QDLStem.ARGetkeys,- QDLStem.SizeOf,- QDLValue,- SetValue,- StemEvaluator.ARForEachImpl,- StemEvaluator.SizeOf,- StemValue,- StringValue,- SystemEvaluator.ReduceAll
 
 public interface Constants
- 
- 
Field SummaryFields Modifier and Type Field Description static StringALL_INDICES_NAMEstatic intALL_INDICES_TYPEstatic intARG_COUNT_TYPEEvery system function can be interrogated for its arg count.static StringAXIS_RESTRICTION_NAMEstatic intAXIS_RESTRICTION_TYPEstatic StringBOOLEAN_NAMEstatic intBOOLEAN_TYPEstatic StringDECIMAL_NAMEstatic intDECIMAL_TYPEstatic StringDYADIC_FUNCTION_NAMEstatic intDYADIC_FUNCTION_TYPEstatic StringFUNCTION_NAMEstatic intFUNCTION_TYPEstatic intINTEGER_TYPEThis next value is used internally only if an integer is passed instatic StringLIST_NAMEstatic intLIST_TYPEstatic StringLONG_NAMEstatic intLONG_TYPEstatic StringMODULE_NAMEstatic intMODULE_TYPEstatic StringNULL_NAMEstatic intNULL_TYPEstatic StringSET_NAMEstatic intSET_TYPEstatic StringSTEM_NAMEstatic intSTEM_TYPEstatic StringSTRING_NAMEstatic intSTRING_TYPEstatic StringUNKNOWN_NAMEstatic intUNKNOWN_TYPE
 
- 
- 
- 
Field Detail- 
AXIS_RESTRICTION_TYPEstatic final int AXIS_RESTRICTION_TYPE - See Also:
- Constant Field Values
 
 - 
BOOLEAN_TYPEstatic final int BOOLEAN_TYPE - See Also:
- Constant Field Values
 
 - 
DECIMAL_TYPEstatic final int DECIMAL_TYPE - See Also:
- Constant Field Values
 
 - 
DYADIC_FUNCTION_TYPEstatic final int DYADIC_FUNCTION_TYPE - See Also:
- Constant Field Values
 
 - 
FUNCTION_TYPEstatic final int FUNCTION_TYPE - See Also:
- Constant Field Values
 
 - 
LIST_TYPEstatic final int LIST_TYPE - See Also:
- Constant Field Values
 
 - 
LONG_TYPEstatic final int LONG_TYPE - See Also:
- Constant Field Values
 
 - 
MODULE_TYPEstatic final int MODULE_TYPE - See Also:
- Constant Field Values
 
 - 
NULL_TYPEstatic final int NULL_TYPE - See Also:
- Constant Field Values
 
 - 
SET_TYPEstatic final int SET_TYPE - See Also:
- Constant Field Values
 
 - 
STEM_TYPEstatic final int STEM_TYPE - See Also:
- Constant Field Values
 
 - 
STRING_TYPEstatic final int STRING_TYPE - See Also:
- Constant Field Values
 
 - 
UNKNOWN_TYPEstatic final int UNKNOWN_TYPE - See Also:
- Constant Field Values
 
 - 
INTEGER_TYPEstatic final int INTEGER_TYPE This next value is used internally only if an integer is passed in- See Also:
- Constant Field Values
 
 - 
ALL_INDICES_TYPEstatic final int ALL_INDICES_TYPE - See Also:
- Constant Field Values
 
 - 
ARG_COUNT_TYPEstatic final int ARG_COUNT_TYPE Every system function can be interrogated for its arg count. Since we are using QDLValues, we have a special internal type for it. This is only used by the system in a very specific context.- See Also:
- Constant Field Values
 
 - 
UNKNOWN_NAMEstatic final String UNKNOWN_NAME - See Also:
- Constant Field Values
 
 - 
NULL_NAMEstatic final String NULL_NAME - See Also:
- Constant Field Values
 
 - 
BOOLEAN_NAMEstatic final String BOOLEAN_NAME - See Also:
- Constant Field Values
 
 - 
LIST_NAMEstatic final String LIST_NAME - See Also:
- Constant Field Values
 
 - 
LONG_NAMEstatic final String LONG_NAME - See Also:
- Constant Field Values
 
 - 
STRING_NAMEstatic final String STRING_NAME - See Also:
- Constant Field Values
 
 - 
STEM_NAMEstatic final String STEM_NAME - See Also:
- Constant Field Values
 
 - 
DECIMAL_NAMEstatic final String DECIMAL_NAME - See Also:
- Constant Field Values
 
 - 
FUNCTION_NAMEstatic final String FUNCTION_NAME - See Also:
- Constant Field Values
 
 - 
DYADIC_FUNCTION_NAMEstatic final String DYADIC_FUNCTION_NAME - See Also:
- Constant Field Values
 
 - 
AXIS_RESTRICTION_NAMEstatic final String AXIS_RESTRICTION_NAME - See Also:
- Constant Field Values
 
 - 
SET_NAMEstatic final String SET_NAME - See Also:
- Constant Field Values
 
 - 
MODULE_NAMEstatic final String MODULE_NAME - See Also:
- Constant Field Values
 
 - 
ALL_INDICES_NAMEstatic final String ALL_INDICES_NAME - See Also:
- Constant Field Values
 
 
- 
 
-