org.eclipse.xtext.builder.trace
Interface TracePackage.Literals

Enclosing interface:
TracePackage

public static interface TracePackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass DEBUG_LOCATION_DATA
          The meta object literal for the 'Debug Location Data' class.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__END_LINE_NUMBER
          The meta object literal for the 'End Line Number' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__END_OFFSET
          The meta object literal for the 'End Offset' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LABEL
          The meta object literal for the 'Label' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LENGTH
          The meta object literal for the 'Length' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LINE_NUMBER
          The meta object literal for the 'Line Number' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__OFFSET
          The meta object literal for the 'Offset' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__PATH
          The meta object literal for the 'Path' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__PROJECT_NAME
          The meta object literal for the 'Project Name' attribute feature.
static org.eclipse.emf.ecore.EClass DEBUG_TRACE_REGION
          The meta object literal for the 'Debug Trace Region' class.
static org.eclipse.emf.ecore.EReference DEBUG_TRACE_REGION__ASSOCIATIONS
          The meta object literal for the 'Associations' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__LABEL
          The meta object literal for the 'Label' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_END_LINE_NUMBER
          The meta object literal for the 'My End Line Number' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_END_OFFSET
          The meta object literal for the 'My End Offset' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_LENGTH
          The meta object literal for the 'My Length' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_LINE_NUMBER
          The meta object literal for the 'My Line Number' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_OFFSET
          The meta object literal for the 'My Offset' attribute feature.
static org.eclipse.emf.ecore.EReference DEBUG_TRACE_REGION__NESTED_REGIONS
          The meta object literal for the 'Nested Regions' containment reference list feature.
static org.eclipse.emf.ecore.EDataType URI
          The meta object literal for the 'URI' data type.
 

Field Detail

DEBUG_TRACE_REGION

static final org.eclipse.emf.ecore.EClass DEBUG_TRACE_REGION
The meta object literal for the 'Debug Trace Region' class.

See Also:
DebugTraceRegionImpl, TracePackageImpl.getDebugTraceRegion()
EMF generated code

DEBUG_TRACE_REGION__NESTED_REGIONS

static final org.eclipse.emf.ecore.EReference DEBUG_TRACE_REGION__NESTED_REGIONS
The meta object literal for the 'Nested Regions' containment reference list feature.

EMF generated code

DEBUG_TRACE_REGION__MY_END_OFFSET

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_END_OFFSET
The meta object literal for the 'My End Offset' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__ASSOCIATIONS

static final org.eclipse.emf.ecore.EReference DEBUG_TRACE_REGION__ASSOCIATIONS
The meta object literal for the 'Associations' containment reference list feature.

EMF generated code

DEBUG_LOCATION_DATA

static final org.eclipse.emf.ecore.EClass DEBUG_LOCATION_DATA
The meta object literal for the 'Debug Location Data' class.

See Also:
DebugLocationDataImpl, TracePackageImpl.getDebugLocationData()
EMF generated code

DEBUG_LOCATION_DATA__LABEL

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LABEL
The meta object literal for the 'Label' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__OFFSET

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__OFFSET
The meta object literal for the 'Offset' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__LENGTH

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LENGTH
The meta object literal for the 'Length' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__LINE_NUMBER

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__LINE_NUMBER
The meta object literal for the 'Line Number' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__END_LINE_NUMBER

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__END_LINE_NUMBER
The meta object literal for the 'End Line Number' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__PROJECT_NAME

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__PROJECT_NAME
The meta object literal for the 'Project Name' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__PATH

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__PATH
The meta object literal for the 'Path' attribute feature.

EMF generated code

DEBUG_LOCATION_DATA__END_OFFSET

static final org.eclipse.emf.ecore.EAttribute DEBUG_LOCATION_DATA__END_OFFSET
The meta object literal for the 'End Offset' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__LABEL

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__LABEL
The meta object literal for the 'Label' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__MY_OFFSET

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_OFFSET
The meta object literal for the 'My Offset' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__MY_LENGTH

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_LENGTH
The meta object literal for the 'My Length' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__MY_LINE_NUMBER

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_LINE_NUMBER
The meta object literal for the 'My Line Number' attribute feature.

EMF generated code

DEBUG_TRACE_REGION__MY_END_LINE_NUMBER

static final org.eclipse.emf.ecore.EAttribute DEBUG_TRACE_REGION__MY_END_LINE_NUMBER
The meta object literal for the 'My End Line Number' attribute feature.

EMF generated code

URI

static final org.eclipse.emf.ecore.EDataType URI
The meta object literal for the 'URI' data type.

See Also:
URI, TracePackageImpl.getURI()
EMF generated code