Uses of Interface
com.ibm.icu.message2.MFDataModel.Annotation
Packages that use MFDataModel.Annotation
-
Uses of MFDataModel.Annotation in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement MFDataModel.AnnotationModifier and TypeClassDescriptionstatic class
Deprecated.This API is for technology preview only.Fields in com.ibm.icu.message2 declared as MFDataModel.AnnotationModifier and TypeFieldDescriptionfinal MFDataModel.Annotation
MFDataModel.LiteralExpression.annotation
Deprecated.final MFDataModel.Annotation
MFDataModel.VariableExpression.annotation
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.AnnotationModifier and TypeMethodDescriptionprivate MFDataModel.Annotation
MFParser.getAnnotation
(boolean whitespaceRequired) Deprecated.private MFDataModel.Annotation
MFParser.getMarkupAnnotation()
Deprecated.Methods in com.ibm.icu.message2 with parameters of type MFDataModel.AnnotationModifier and TypeMethodDescriptionprivate void
MFSerializer.annotationToString
(MFDataModel.Annotation annotation) Deprecated.Constructors in com.ibm.icu.message2 with parameters of type MFDataModel.AnnotationModifierConstructorDescriptionLiteralExpression
(MFDataModel.Literal arg, MFDataModel.Annotation annotation, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.VariableExpression
(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.