Uses of Interface
com.ibm.icu.message2.MFDataModel.Annotation
-
Packages that use MFDataModel.Annotation Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MFDataModel.Annotation in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement MFDataModel.Annotation Modifier and Type Class Description static class
MFDataModel.FunctionAnnotation
Deprecated.This API is for technology preview only.static class
MFDataModel.UnsupportedAnnotation
Deprecated.This API is for technology preview only.Fields in com.ibm.icu.message2 declared as MFDataModel.Annotation Modifier and Type Field Description MFDataModel.Annotation
MFDataModel.LiteralExpression. annotation
Deprecated.MFDataModel.Annotation
MFDataModel.VariableExpression. annotation
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.Annotation Modifier and Type Method Description private MFDataModel.Annotation
MFParser. getAnnotation()
Deprecated.private MFDataModel.Annotation
MFParser. getMarkupAnnotation()
Deprecated.Methods in com.ibm.icu.message2 with parameters of type MFDataModel.Annotation Modifier and Type Method Description private void
MFSerializer. annotationToString(MFDataModel.Annotation annotation)
Deprecated.Constructors in com.ibm.icu.message2 with parameters of type MFDataModel.Annotation Constructor Description LiteralExpression(MFDataModel.Literal arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.VariableExpression(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-