Uses of Class
com.ibm.icu.message2.Mf2DataModel.Expression
-
Packages that use Mf2DataModel.Expression Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of Mf2DataModel.Expression in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Mf2DataModel.Expression Modifier and Type Method Description Mf2DataModel.Expression
Mf2DataModel.Expression.Builder. build()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 that return types with arguments of type Mf2DataModel.Expression Modifier and Type Method Description Mf2DataModel.OrderedMap<java.lang.String,Mf2DataModel.Expression>
Mf2DataModel. getLocalVariables()
Deprecated.This API is for technology preview only.java.util.List<Mf2DataModel.Expression>
Mf2DataModel. getSelectors()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.Expression Modifier and Type Method Description Mf2DataModel.Builder
Mf2DataModel.Builder. addLocalVariable(java.lang.String variableName, Mf2DataModel.Expression expression)
Deprecated.This API is for technology preview only.Mf2DataModel.Builder
Mf2DataModel.Builder. addSelector(Mf2DataModel.Expression otherSelector)
Deprecated.This API is for technology preview only.Method parameters in com.ibm.icu.message2 with type arguments of type Mf2DataModel.Expression Modifier and Type Method Description Mf2DataModel.Builder
Mf2DataModel.Builder. addLocalVariables(Mf2DataModel.OrderedMap<java.lang.String,Mf2DataModel.Expression> otherLocalVariables)
Deprecated.This API is for technology preview only.Mf2DataModel.Builder
Mf2DataModel.Builder. addSelectors(java.util.List<Mf2DataModel.Expression> otherSelectors)
Deprecated.This API is for technology preview only.
-