public interface XTypeLiteral extends XExpression
XbasePackage.getXTypeLiteral()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<java.lang.String> |
getArrayDimensions()
Returns the value of the 'Array Dimensions' attribute list.
|
org.eclipse.xtext.common.types.JvmType |
getType()
Returns the value of the 'Type' reference.
|
void |
setType(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the '
Type' reference. |
org.eclipse.xtext.common.types.JvmType getType()
setType(JvmType),
XbasePackage.getXTypeLiteral_Type()void setType(org.eclipse.xtext.common.types.JvmType value)
Type' reference.
value - the new value of the 'Type' reference.getType()org.eclipse.emf.common.util.EList<java.lang.String> getArrayDimensions()
String.
XbasePackage.getXTypeLiteral_ArrayDimensions()