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