Uses of Class
com.ibm.icu.message2.MFDataModel.Function
Packages that use MFDataModel.Function
-
Uses of MFDataModel.Function in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as MFDataModel.FunctionModifier and TypeFieldDescriptionfinal MFDataModel.Function
MFDataModel.FunctionExpression.function
Deprecated.final MFDataModel.Function
MFDataModel.LiteralExpression.function
Deprecated.final MFDataModel.Function
MFDataModel.VariableExpression.function
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.FunctionModifier and TypeMethodDescriptionprivate MFDataModel.Function
MFParser.getFunction
(boolean whitespaceRequired) Deprecated.private MFDataModel.Function
MFParser.getMarkupFunction()
Deprecated.Methods in com.ibm.icu.message2 with parameters of type MFDataModel.FunctionModifier and TypeMethodDescriptionprivate void
MFSerializer.functionToString
(MFDataModel.Function function) Deprecated.Constructors in com.ibm.icu.message2 with parameters of type MFDataModel.FunctionModifierConstructorDescriptionFunctionExpression
(MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.LiteralExpression
(MFDataModel.Literal arg, MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.VariableExpression
(MFDataModel.VariableRef arg, MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.