Package com.ibm.icu.message2
Class MFDataModel.LiteralExpression
java.lang.Object
com.ibm.icu.message2.MFDataModel.LiteralExpression
- All Implemented Interfaces:
MFDataModel.Expression
,MFDataModel.PatternPart
- Enclosing class:
MFDataModel
@Deprecated
public static class MFDataModel.LiteralExpression
extends Object
implements MFDataModel.Expression
Deprecated.
This API is for technology preview only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MFDataModel.Literal
Deprecated.final List
<MFDataModel.Attribute> Deprecated.final MFDataModel.Function
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionLiteralExpression
(MFDataModel.Literal arg, MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only. -
Method Summary
-
Field Details
-
arg
Deprecated. -
function
Deprecated. -
attributes
Deprecated.
-
-
Constructor Details
-
LiteralExpression
@Deprecated public LiteralExpression(MFDataModel.Literal arg, MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.
-