Package org.qdl_lang.util.aggregate
Interface ProcessScalar
-
- All Superinterfaces:
ProcessStemValues
- All Known Implementing Classes:
Crypto.DoJWTVerify
,Crypto.IdentityEncryptDecrypt
,Crypto.IdentityJWT
,Crypto.IdentitySymmetricDeorEncrypt
,Crypto.ReadOID.IdentityOIDS
,IdentityScalarImpl
,NoOpScalarImpl
,SystemEvaluator.ReduceAll
public interface ProcessScalar extends ProcessStemValues
Processing interface for stems and sets. This handles the individual set values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
process(Boolean booleanValue)
Object
process(Long longValue)
Object
process(String stringValue)
Object
process(BigDecimal decimalValue)
Object
process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
process(FunctionReferenceNode frValue)
Object
process(Module moduleValue)
Object
process(QDLNull nullValue)
-
-
-
Method Detail
-
process
Object process(BigDecimal decimalValue)
-
process
Object process(FunctionReferenceNode frValue)
-
process
Object process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
-
-