org.eclipse.xtext.xtype
Interface XtypePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XtypePackageImpl

public interface XtypePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
XtypeFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface XtypePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static XtypePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int XFUNCTION_TYPE_REF
          The meta object id for the 'XFunction Type Ref' class
static int XFUNCTION_TYPE_REF__ARGUMENTS
          The feature id for the 'Arguments' containment reference list
static int XFUNCTION_TYPE_REF__PARAM_TYPES
          The feature id for the 'Param Types' containment reference list
static int XFUNCTION_TYPE_REF__RETURN_TYPE
          The feature id for the 'Return Type' containment reference
static int XFUNCTION_TYPE_REF__TYPE
          The feature id for the 'Type' reference
static int XFUNCTION_TYPE_REF_FEATURE_COUNT
          The number of structural features of the 'XFunction Type Ref' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getXFunctionTypeRef_ParamTypes()
          Returns the meta object for the containment reference list 'Param Types'
 org.eclipse.emf.ecore.EReference getXFunctionTypeRef_ReturnType()
          Returns the meta object for the containment reference 'Return Type'
 org.eclipse.emf.ecore.EClass getXFunctionTypeRef()
          Returns the meta object for class 'XFunction Type Ref'
 XtypeFactory getXtypeFactory()
          Returns the factory that creates the instances of the model
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final XtypePackage eINSTANCE
The singleton instance of the package.

EMF generated code

XFUNCTION_TYPE_REF

static final int XFUNCTION_TYPE_REF
The meta object id for the 'XFunction Type Ref' class.

See Also:
XFunctionTypeRefImpl, XtypePackageImpl.getXFunctionTypeRef(), Constant Field Values
EMF generated code

XFUNCTION_TYPE_REF__ARGUMENTS

static final int XFUNCTION_TYPE_REF__ARGUMENTS
The feature id for the 'Arguments' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XFUNCTION_TYPE_REF__TYPE

static final int XFUNCTION_TYPE_REF__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XFUNCTION_TYPE_REF__PARAM_TYPES

static final int XFUNCTION_TYPE_REF__PARAM_TYPES
The feature id for the 'Param Types' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XFUNCTION_TYPE_REF__RETURN_TYPE

static final int XFUNCTION_TYPE_REF__RETURN_TYPE
The feature id for the 'Return Type' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XFUNCTION_TYPE_REF_FEATURE_COUNT

static final int XFUNCTION_TYPE_REF_FEATURE_COUNT
The number of structural features of the 'XFunction Type Ref' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getXFunctionTypeRef

org.eclipse.emf.ecore.EClass getXFunctionTypeRef()
Returns the meta object for class 'XFunction Type Ref'.

Returns:
the meta object for class 'XFunction Type Ref'.
See Also:
XFunctionTypeRef
EMF generated code

getXFunctionTypeRef_ParamTypes

org.eclipse.emf.ecore.EReference getXFunctionTypeRef_ParamTypes()
Returns the meta object for the containment reference list 'Param Types'.

Returns:
the meta object for the containment reference list 'Param Types'.
See Also:
XFunctionTypeRef.getParamTypes(), getXFunctionTypeRef()
EMF generated code

getXFunctionTypeRef_ReturnType

org.eclipse.emf.ecore.EReference getXFunctionTypeRef_ReturnType()
Returns the meta object for the containment reference 'Return Type'.

Returns:
the meta object for the containment reference 'Return Type'.
See Also:
XFunctionTypeRef.getReturnType(), getXFunctionTypeRef()
EMF generated code

getXtypeFactory

XtypeFactory getXtypeFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code