Package com.ibm.icu.message2
Class MFDataModel.VariableExpression
- java.lang.Object
-
- com.ibm.icu.message2.MFDataModel.VariableExpression
-
- All Implemented Interfaces:
MFDataModel.Expression
,MFDataModel.PatternPart
- Enclosing class:
- MFDataModel
@Deprecated public static class MFDataModel.VariableExpression extends java.lang.Object implements MFDataModel.Expression
Deprecated.This API is for technology preview only.
-
-
Field Summary
Fields Modifier and Type Field Description MFDataModel.Annotation
annotation
Deprecated.MFDataModel.VariableRef
arg
Deprecated.java.util.List<MFDataModel.Attribute>
attributes
Deprecated.
-
Constructor Summary
Constructors Constructor Description VariableExpression(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
arg
public final MFDataModel.VariableRef arg
Deprecated.
-
annotation
public final MFDataModel.Annotation annotation
Deprecated.
-
attributes
public final java.util.List<MFDataModel.Attribute> attributes
Deprecated.
-
-
Constructor Detail
-
VariableExpression
@Deprecated public VariableExpression(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-