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.DoJWTVerify
,Crypto.IdentityEncryptDecrypt
,Crypto.IdentityJWT
,Crypto.IdentitySymmetricDeorEncrypt
,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 String
ALL_INDICES_NAME
static int
ALL_INDICES_TYPE
static int
ARG_COUNT_TYPE
Every system function can be interrogated for its arg count.static String
AXIS_RESTRICTION_NAME
static int
AXIS_RESTRICTION_TYPE
static String
BOOLEAN_NAME
static int
BOOLEAN_TYPE
static String
DECIMAL_NAME
static int
DECIMAL_TYPE
static String
DYADIC_FUNCTION_NAME
static int
DYADIC_FUNCTION_TYPE
static String
FUNCTION_NAME
static int
FUNCTION_TYPE
static int
INTEGER_TYPE
This next value is used internally only if an integer is passed instatic String
LIST_NAME
static int
LIST_TYPE
static String
LONG_NAME
static int
LONG_TYPE
static String
MODULE_NAME
static int
MODULE_TYPE
static String
NULL_NAME
static int
NULL_TYPE
static String
SET_NAME
static int
SET_TYPE
static String
STEM_NAME
static int
STEM_TYPE
static String
STRING_NAME
static int
STRING_TYPE
static String
UNKNOWN_NAME
static int
UNKNOWN_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
-
-