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 IJVM_TYPE_REFERENCE_PROVIDER
          The meta object id for the 'IJvm Type Reference Provider' data type.
static int XCOMPUTED_TYPE_REFERENCE
          The meta object id for the 'XComputed Type Reference' class.
static int XCOMPUTED_TYPE_REFERENCE__EQUIVALENT
          The feature id for the 'Equivalent' containment reference.
static int XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER
          The feature id for the 'Type Provider' attribute.
static int XCOMPUTED_TYPE_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'XComputed Type Reference' class.
static int XFUNCTION_TYPE_REF
          The meta object id for the 'XFunction Type Ref' class.
static int XFUNCTION_TYPE_REF__EQUIVALENT
          The feature id for the 'Equivalent' containment reference.
static int XFUNCTION_TYPE_REF__INSTANCE_CONTEXT
          The feature id for the 'Instance Context' attribute.
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.EDataType getIJvmTypeReferenceProvider()
          Returns the meta object for data type 'IJvm Type Reference Provider'.
 org.eclipse.emf.ecore.EAttribute getXComputedTypeReference_TypeProvider()
          Returns the meta object for the attribute 'Type Provider'.
 org.eclipse.emf.ecore.EClass getXComputedTypeReference()
          Returns the meta object for class 'XComputed Type Reference'.
 org.eclipse.emf.ecore.EAttribute getXFunctionTypeRef_InstanceContext()
          Returns the meta object for the attribute 'Instance Context'.
 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.EReference getXFunctionTypeRef_Type()
          Returns the meta object for the reference '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, 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__EQUIVALENT

static final int XFUNCTION_TYPE_REF__EQUIVALENT
The feature id for the 'Equivalent' containment 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__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__INSTANCE_CONTEXT

static final int XFUNCTION_TYPE_REF__INSTANCE_CONTEXT
The feature id for the 'Instance Context' attribute.

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

XCOMPUTED_TYPE_REFERENCE

static final int XCOMPUTED_TYPE_REFERENCE
The meta object id for the 'XComputed Type Reference' class.

See Also:
XComputedTypeReferenceImpl, XtypePackageImpl.getXComputedTypeReference(), Constant Field Values
EMF generated code

XCOMPUTED_TYPE_REFERENCE__EQUIVALENT

static final int XCOMPUTED_TYPE_REFERENCE__EQUIVALENT
The feature id for the 'Equivalent' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER

static final int XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER
The feature id for the 'Type Provider' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

XCOMPUTED_TYPE_REFERENCE_FEATURE_COUNT

static final int XCOMPUTED_TYPE_REFERENCE_FEATURE_COUNT
The number of structural features of the 'XComputed Type Reference' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

IJVM_TYPE_REFERENCE_PROVIDER

static final int IJVM_TYPE_REFERENCE_PROVIDER
The meta object id for the 'IJvm Type Reference Provider' data type.

See Also:
IJvmTypeReferenceProvider, XtypePackageImpl.getIJvmTypeReferenceProvider(), Constant Field Values
EMF generated code
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

getXFunctionTypeRef_Type

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

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

getXFunctionTypeRef_InstanceContext

org.eclipse.emf.ecore.EAttribute getXFunctionTypeRef_InstanceContext()
Returns the meta object for the attribute 'Instance Context'.

Returns:
the meta object for the attribute 'Instance Context'.
See Also:
XFunctionTypeRef.isInstanceContext(), getXFunctionTypeRef()
EMF generated code

getXComputedTypeReference

org.eclipse.emf.ecore.EClass getXComputedTypeReference()
Returns the meta object for class 'XComputed Type Reference'.

Returns:
the meta object for class 'XComputed Type Reference'.
See Also:
XComputedTypeReference
EMF generated code

getXComputedTypeReference_TypeProvider

org.eclipse.emf.ecore.EAttribute getXComputedTypeReference_TypeProvider()
Returns the meta object for the attribute 'Type Provider'.

Returns:
the meta object for the attribute 'Type Provider'.
See Also:
XComputedTypeReference.getTypeProvider(), getXComputedTypeReference()
EMF generated code

getIJvmTypeReferenceProvider

org.eclipse.emf.ecore.EDataType getIJvmTypeReferenceProvider()
Returns the meta object for data type 'IJvm Type Reference Provider'.

Returns:
the meta object for data type 'IJvm Type Reference Provider'.
See Also:
IJvmTypeReferenceProvider
EMF generated code
EMF model element
instanceClass="org.eclipse.xtext.xbase.typing.IJvmTypeReferenceProvider" serializeable="false"

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