org.eclipse.xtext.common.types
Interface JvmArrayType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmComponentType, JvmIdentifiableElement, JvmType, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmArrayTypeImpl, JvmArrayTypeImplCustom

public interface JvmArrayType
extends JvmComponentType

A representation of the model object 'Jvm Array Type'.

The following features are supported:

See Also:
TypesPackage.getJvmArrayType()
EMF generated code
EMF model element
This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients.

Method Summary
 JvmComponentType getComponentType()
          Returns the value of the 'Component Type' container reference.
 int getDimensions()
           
 void setComponentType(JvmComponentType value)
          Sets the value of the 'Component Type' container reference.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmComponentType
getArrayType, setArrayType
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getComponentType

JvmComponentType getComponentType()
Returns the value of the 'Component Type' container reference. It is bidirectional and its opposite is 'Array Type'.

If the meaning of the 'Component Type' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Type' container reference.
Since:
2.1
See Also:
setComponentType(JvmComponentType), TypesPackage.getJvmArrayType_ComponentType(), JvmComponentType.getArrayType()
EMF generated code
EMF model element
opposite="arrayType" transient="false"

setComponentType

void setComponentType(JvmComponentType value)
Sets the value of the 'Component Type' container reference.

Parameters:
value - the new value of the 'Component Type' container reference.
Since:
2.1
See Also:
getComponentType()
EMF generated code

getDimensions

int getDimensions()

EMF generated code
EMF model element
kind="operation"