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.FunctionRefMFDataModel.FunctionExpression. functionDeprecated.This API is for technology preview only.MFDataModel.FunctionRefMFDataModel.LiteralExpression. functionDeprecated.This API is for technology preview only.MFDataModel.FunctionRefMFDataModel.VariableExpression. functionDeprecated.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.
-