Uses of Interface
com.ibm.icu.message2.MFDataModel.Expression
-
Packages that use MFDataModel.Expression Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MFDataModel.Expression in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement MFDataModel.Expression Modifier and Type Class Description static classMFDataModel.FunctionExpressionDeprecated.This API is for technology preview only.static classMFDataModel.LiteralExpressionDeprecated.This API is for technology preview only.static classMFDataModel.MarkupDeprecated.This API is for technology preview only.static classMFDataModel.VariableExpressionDeprecated.This API is for technology preview only.Fields in com.ibm.icu.message2 declared as MFDataModel.Expression Modifier and Type Field Description MFDataModel.ExpressionMFDataModel.LocalDeclaration. valueDeprecated.This API is for technology preview only.Fields in com.ibm.icu.message2 with type parameters of type MFDataModel.Expression Modifier and Type Field Description List<MFDataModel.Expression>MFDataModel.SelectMessage. selectorsDeprecated.This API is for technology preview only.Constructors in com.ibm.icu.message2 with parameters of type MFDataModel.Expression Constructor Description LocalDeclaration(String name, MFDataModel.Expression value)Deprecated.This API is for technology preview only.
-