Uses of Class
com.ibm.icu.message2.Mf2DataModel.Expression
Packages that use Mf2DataModel.Expression
-
Uses of Mf2DataModel.Expression in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return Mf2DataModel.ExpressionModifier and TypeMethodDescriptionMf2DataModel.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.ExpressionModifier and TypeMethodDescriptionMf2DataModel.getLocalVariables()
Deprecated.This API is for technology preview only.Mf2DataModel.getSelectors()
Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.ExpressionModifier and TypeMethodDescriptionMf2DataModel.Builder.addLocalVariable
(String variableName, Mf2DataModel.Expression expression) Deprecated.This API is for technology preview only.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.ExpressionModifier and TypeMethodDescriptionMf2DataModel.Builder.addLocalVariables
(Mf2DataModel.OrderedMap<String, Mf2DataModel.Expression> otherLocalVariables) Deprecated.This API is for technology preview only.Mf2DataModel.Builder.addSelectors
(List<Mf2DataModel.Expression> otherSelectors) Deprecated.This API is for technology preview only.