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

Method Summary
 JvmTypeReference getComponentType()
          Returns the value of the 'Component Type' containment reference
 int getDimensions()
           
 void setComponentType(JvmTypeReference value)
          Sets the value of the 'Component Type' containment 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getComponentType

JvmTypeReference getComponentType()
Returns the value of the 'Component Type' containment reference.

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

Returns:
the value of the 'Component Type' containment reference.
See Also:
setComponentType(JvmTypeReference), TypesPackage.getJvmArrayType_ComponentType()
EMF generated code
EMF model element
containment="true" resolveProxies="true"

setComponentType

void setComponentType(JvmTypeReference value)
Sets the value of the 'Component Type' containment reference.

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

getDimensions

int getDimensions()

EMF generated code
EMF model element
kind="operation"