org.eclipse.xtext.xtype
Interface XtypePackage.Literals

Enclosing interface:
XtypePackage

public static interface XtypePackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EDataType IJVM_TYPE_REFERENCE_PROVIDER
          The meta object literal for the 'IJvm Type Reference Provider' data type.
static org.eclipse.emf.ecore.EClass XCOMPUTED_TYPE_REFERENCE
          The meta object literal for the 'XComputed Type Reference' class.
static org.eclipse.emf.ecore.EAttribute XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER
          The meta object literal for the 'Type Provider' attribute feature.
static org.eclipse.emf.ecore.EClass XFUNCTION_TYPE_REF
          The meta object literal for the 'XFunction Type Ref' class.
static org.eclipse.emf.ecore.EAttribute XFUNCTION_TYPE_REF__INSTANCE_CONTEXT
          The meta object literal for the 'Instance Context' attribute feature.
static org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__PARAM_TYPES
          The meta object literal for the 'Param Types' containment reference list feature.
static org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__RETURN_TYPE
          The meta object literal for the 'Return Type' containment reference feature.
static org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__TYPE
          The meta object literal for the 'Type' reference feature.
 

Field Detail

XFUNCTION_TYPE_REF

static final org.eclipse.emf.ecore.EClass XFUNCTION_TYPE_REF
The meta object literal for the 'XFunction Type Ref' class.

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

XFUNCTION_TYPE_REF__PARAM_TYPES

static final org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__PARAM_TYPES
The meta object literal for the 'Param Types' containment reference list feature.

EMF generated code

XFUNCTION_TYPE_REF__RETURN_TYPE

static final org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__RETURN_TYPE
The meta object literal for the 'Return Type' containment reference feature.

EMF generated code

XFUNCTION_TYPE_REF__TYPE

static final org.eclipse.emf.ecore.EReference XFUNCTION_TYPE_REF__TYPE
The meta object literal for the 'Type' reference feature.

EMF generated code

XFUNCTION_TYPE_REF__INSTANCE_CONTEXT

static final org.eclipse.emf.ecore.EAttribute XFUNCTION_TYPE_REF__INSTANCE_CONTEXT
The meta object literal for the 'Instance Context' attribute feature.

EMF generated code

XCOMPUTED_TYPE_REFERENCE

static final org.eclipse.emf.ecore.EClass XCOMPUTED_TYPE_REFERENCE
The meta object literal for the 'XComputed Type Reference' class.

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

XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER

static final org.eclipse.emf.ecore.EAttribute XCOMPUTED_TYPE_REFERENCE__TYPE_PROVIDER
The meta object literal for the 'Type Provider' attribute feature.

EMF generated code

IJVM_TYPE_REFERENCE_PROVIDER

static final org.eclipse.emf.ecore.EDataType IJVM_TYPE_REFERENCE_PROVIDER
The meta object literal for the 'IJvm Type Reference Provider' data type.

See Also:
IJvmTypeReferenceProvider, XtypePackageImpl.getIJvmTypeReferenceProvider()
EMF generated code