Uses of Interface
com.ibm.icu.message2.MFDataModel.Declaration
Packages that use MFDataModel.Declaration
-
Uses of MFDataModel.Declaration in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement MFDataModel.DeclarationModifier and TypeClassDescriptionstatic class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.private static class
Deprecated.Fields in com.ibm.icu.message2 with type parameters of type MFDataModel.DeclarationModifier and TypeFieldDescriptionfinal List
<MFDataModel.Declaration> MFDataModel.PatternMessage.declarations
Deprecated.final List
<MFDataModel.Declaration> MFDataModel.SelectMessage.declarations
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.DeclarationModifier and TypeMethodDescriptionprivate MFDataModel.Declaration
MFParser.getDeclaration()
Deprecated.Method parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.DeclarationModifier and TypeMethodDescriptionprivate void
MFSerializer.declarationsToString
(List<MFDataModel.Declaration> declarations) Deprecated.private MFDataModel.SelectMessage
MFParser.getMatch
(List<MFDataModel.Declaration> declarations) Deprecated.MFDataModelFormatter.resolveDeclarations
(List<MFDataModel.Declaration> declarations, Map<String, Object> arguments) private boolean
MFDataModelValidator.validateDeclarations
(List<MFDataModel.Declaration> declarations) Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.DeclarationModifierConstructorDescriptionPatternMessage
(List<MFDataModel.Declaration> declarations, MFDataModel.Pattern pattern) Deprecated.This API is for technology preview only.SelectMessage
(List<MFDataModel.Declaration> declarations, List<MFDataModel.Expression> selectors, List<MFDataModel.Variant> variants) Deprecated.This API is for technology preview only.