Package com.ibm.icu.message2
Class MFDataModel.UnsupportedStatement
java.lang.Object
com.ibm.icu.message2.MFDataModel.UnsupportedStatement
- All Implemented Interfaces:
MFDataModel.Declaration
- Enclosing class:
MFDataModel
@Deprecated
public static class MFDataModel.UnsupportedStatement
extends Object
implements MFDataModel.Declaration
Deprecated.
This API is for technology preview only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
Deprecated.final List
<MFDataModel.Expression> Deprecated.final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedStatement
(String keyword, String body, List<MFDataModel.Expression> expressions) Deprecated.This API is for technology preview only. -
Method Summary
-
Field Details
-
keyword
Deprecated. -
body
Deprecated. -
expressions
Deprecated.
-
-
Constructor Details
-
UnsupportedStatement
@Deprecated public UnsupportedStatement(String keyword, String body, List<MFDataModel.Expression> expressions) Deprecated.This API is for technology preview only.
-