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 class
MFDataModel.FunctionExpression
Deprecated.This API is for technology preview only.static class
MFDataModel.LiteralExpression
Deprecated.This API is for technology preview only.static class
MFDataModel.Markup
Deprecated.This API is for technology preview only.static class
MFDataModel.VariableExpression
Deprecated.This API is for technology preview only.Fields in com.ibm.icu.message2 declared as MFDataModel.Expression Modifier and Type Field Description MFDataModel.Expression
MFDataModel.LocalDeclaration. value
Deprecated.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. selectors
Deprecated.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.
-