Uses of Class
com.ibm.icu.message2.MFDataModel.FunctionRef
-
Packages that use MFDataModel.FunctionRef Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MFDataModel.FunctionRef in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as MFDataModel.FunctionRef Modifier and Type Field Description MFDataModel.FunctionRef
MFDataModel.FunctionExpression. function
Deprecated.This API is for technology preview only.MFDataModel.FunctionRef
MFDataModel.LiteralExpression. function
Deprecated.This API is for technology preview only.MFDataModel.FunctionRef
MFDataModel.VariableExpression. function
Deprecated.This API is for technology preview only.Constructors in com.ibm.icu.message2 with parameters of type MFDataModel.FunctionRef Constructor Description FunctionExpression(MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.LiteralExpression(MFDataModel.Literal arg, MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.VariableExpression(MFDataModel.VariableRef arg, MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-