Uses of Class
com.ibm.icu.message2.Mf2DataModel.Expression
Packages that use Mf2DataModel.Expression
-
Uses of Mf2DataModel.Expression in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as Mf2DataModel.ExpressionModifier and TypeFieldDescription(package private) Mf2DataModel.Expression
Mf2Serializer.Declaration.expr
Fields in com.ibm.icu.message2 with type parameters of type Mf2DataModel.ExpressionModifier and TypeFieldDescriptionprivate final Mf2DataModel.OrderedMap
<String, Mf2DataModel.Expression> Mf2DataModel.Builder.localVariables
Deprecated.private final Mf2DataModel.OrderedMap
<String, Mf2DataModel.Expression> Mf2DataModel.localVariables
Deprecated.private final List
<Mf2DataModel.Expression> Mf2DataModel.Builder.selectors
Deprecated.private final List
<Mf2DataModel.Expression> Mf2DataModel.selectors
Deprecated.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.Mf2Serializer.parseExpression
(int startToken) Mf2Serializer.parseSelector
(int startToken) 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.private FormattedPlaceholder
Mf2DataModelFormatter.formatPlaceholder
(Mf2DataModel.Expression ph, Map<String, Object> arguments, boolean localExpression) 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.private Mf2DataModel.Pattern
Mf2DataModelFormatter.findBestMatchingPattern
(List<Mf2DataModel.Expression> selectors, Map<String, Object> arguments)