Package com.ibm.icu.message2
Class MFParser
- java.lang.Object
-
- com.ibm.icu.message2.MFParser
-
@Deprecated public class MFParser extends Object
Deprecated.This API is for technology preview only.This class parses aMessageFormat 2
syntax into a data modelMFDataModel.Message
.It is used by
MessageFormatter
, but it might be handy for various tools.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MFDataModel.Message
parse(String input)
Deprecated.This API is for technology preview only.
-
-
-
Method Detail
-
parse
@Deprecated public static MFDataModel.Message parse(String input) throws MFParseException
Deprecated.This API is for technology preview only.Parses aMessageFormat 2
syntax into aMFDataModel.Message
.It is used by
MessageFormatter
, but it might be handy for various tools.- Parameters:
input
- the text to parse- Returns:
- the parsed
MFDataModel.Message
- Throws:
MFParseException
- if errors are detected- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-