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 Summary
Fields 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_TYPE
static final int AXIS_RESTRICTION_TYPE
- See Also:
- Constant Field Values
-
BOOLEAN_TYPE
static final int BOOLEAN_TYPE
- See Also:
- Constant Field Values
-
DECIMAL_TYPE
static final int DECIMAL_TYPE
- See Also:
- Constant Field Values
-
DYADIC_FUNCTION_TYPE
static final int DYADIC_FUNCTION_TYPE
- See Also:
- Constant Field Values
-
FUNCTION_TYPE
static final int FUNCTION_TYPE
- See Also:
- Constant Field Values
-
LIST_TYPE
static final int LIST_TYPE
- See Also:
- Constant Field Values
-
LONG_TYPE
static final int LONG_TYPE
- See Also:
- Constant Field Values
-
MODULE_TYPE
static final int MODULE_TYPE
- See Also:
- Constant Field Values
-
NULL_TYPE
static final int NULL_TYPE
- See Also:
- Constant Field Values
-
SET_TYPE
static final int SET_TYPE
- See Also:
- Constant Field Values
-
STEM_TYPE
static final int STEM_TYPE
- See Also:
- Constant Field Values
-
STRING_TYPE
static final int STRING_TYPE
- See Also:
- Constant Field Values
-
UNKNOWN_TYPE
static final int UNKNOWN_TYPE
- See Also:
- Constant Field Values
-
INTEGER_TYPE
static final int INTEGER_TYPE
This next value is used internally only if an integer is passed in- See Also:
- Constant Field Values
-
ALL_INDICES_TYPE
static final int ALL_INDICES_TYPE
- See Also:
- Constant Field Values
-
ARG_COUNT_TYPE
static 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_NAME
static final String UNKNOWN_NAME
- See Also:
- Constant Field Values
-
NULL_NAME
static final String NULL_NAME
- See Also:
- Constant Field Values
-
BOOLEAN_NAME
static final String BOOLEAN_NAME
- See Also:
- Constant Field Values
-
LIST_NAME
static final String LIST_NAME
- See Also:
- Constant Field Values
-
LONG_NAME
static final String LONG_NAME
- See Also:
- Constant Field Values
-
STRING_NAME
static final String STRING_NAME
- See Also:
- Constant Field Values
-
STEM_NAME
static final String STEM_NAME
- See Also:
- Constant Field Values
-
DECIMAL_NAME
static final String DECIMAL_NAME
- See Also:
- Constant Field Values
-
FUNCTION_NAME
static final String FUNCTION_NAME
- See Also:
- Constant Field Values
-
DYADIC_FUNCTION_NAME
static final String DYADIC_FUNCTION_NAME
- See Also:
- Constant Field Values
-
AXIS_RESTRICTION_NAME
static final String AXIS_RESTRICTION_NAME
- See Also:
- Constant Field Values
-
SET_NAME
static final String SET_NAME
- See Also:
- Constant Field Values
-
MODULE_NAME
static final String MODULE_NAME
- See Also:
- Constant Field Values
-
ALL_INDICES_NAME
static final String ALL_INDICES_NAME
- See Also:
- Constant Field Values
-
-