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.FunctionMFDataModel.FunctionExpression.functionDeprecated.final MFDataModel.FunctionMFDataModel.LiteralExpression.functionDeprecated.final MFDataModel.FunctionMFDataModel.VariableExpression.functionDeprecated.Methods in com.ibm.icu.message2 that return MFDataModel.FunctionModifier and TypeMethodDescriptionprivate MFDataModel.FunctionMFParser.getFunction(boolean whitespaceRequired) Deprecated.private MFDataModel.FunctionMFParser.getMarkupFunction()Deprecated.Methods in com.ibm.icu.message2 with parameters of type MFDataModel.FunctionModifier and TypeMethodDescriptionprivate voidMFSerializer.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.