public interface TracePackage
extends org.eclipse.emf.ecore.EPackage
TraceFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
TracePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG_LOCATION_DATA
The meta object id for the '
Debug Location Data' class |
static int |
DEBUG_LOCATION_DATA__END_LINE_NUMBER
The feature id for the 'End Line Number' attribute
|
static int |
DEBUG_LOCATION_DATA__END_OFFSET
The feature id for the 'End Offset' attribute
|
static int |
DEBUG_LOCATION_DATA__LABEL
The feature id for the 'Label' attribute
|
static int |
DEBUG_LOCATION_DATA__LENGTH
The feature id for the 'Length' attribute
|
static int |
DEBUG_LOCATION_DATA__LINE_NUMBER
The feature id for the 'Line Number' attribute
|
static int |
DEBUG_LOCATION_DATA__OFFSET
The feature id for the 'Offset' attribute
|
static int |
DEBUG_LOCATION_DATA__PATH
The feature id for the 'Path' attribute
|
static int |
DEBUG_LOCATION_DATA_FEATURE_COUNT
The number of structural features of the 'Debug Location Data' class
|
static int |
DEBUG_TRACE_REGION
The meta object id for the '
Debug Trace Region' class |
static int |
DEBUG_TRACE_REGION__ASSOCIATIONS
The feature id for the 'Associations' containment reference list
|
static int |
DEBUG_TRACE_REGION__LABEL
The feature id for the 'Label' attribute
|
static int |
DEBUG_TRACE_REGION__MY_END_LINE_NUMBER
The feature id for the 'My End Line Number' attribute
|
static int |
DEBUG_TRACE_REGION__MY_END_OFFSET
The feature id for the 'My End Offset' attribute
|
static int |
DEBUG_TRACE_REGION__MY_LENGTH
The feature id for the 'My Length' attribute
|
static int |
DEBUG_TRACE_REGION__MY_LINE_NUMBER
The feature id for the 'My Line Number' attribute
|
static int |
DEBUG_TRACE_REGION__MY_OFFSET
The feature id for the 'My Offset' attribute
|
static int |
DEBUG_TRACE_REGION__NESTED_REGIONS
The feature id for the 'Nested Regions' containment reference list
|
static int |
DEBUG_TRACE_REGION_FEATURE_COUNT
The number of structural features of the 'Debug Trace Region' class
|
static TracePackage |
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 |
URI
The meta object id for the 'URI' data type
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_EndLineNumber()
Returns the meta object for the attribute '
End Line Number' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_EndOffset()
Returns the meta object for the attribute '
End Offset' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_Label()
Returns the meta object for the attribute '
Label' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_Length()
Returns the meta object for the attribute '
Length' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_LineNumber()
Returns the meta object for the attribute '
Line Number' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_Offset()
Returns the meta object for the attribute '
Offset' |
org.eclipse.emf.ecore.EAttribute |
getDebugLocationData_Path()
Returns the meta object for the attribute '
Path' |
org.eclipse.emf.ecore.EClass |
getDebugLocationData()
Returns the meta object for class '
Debug Location Data' |
org.eclipse.emf.ecore.EReference |
getDebugTraceRegion_Associations()
Returns the meta object for the containment reference list '
Associations' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_Label()
Returns the meta object for the attribute '
Label' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_MyEndLineNumber()
Returns the meta object for the attribute '
My End Line Number' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_MyEndOffset()
Returns the meta object for the attribute '
My End Offset' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_MyLength()
Returns the meta object for the attribute '
My Length' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_MyLineNumber()
Returns the meta object for the attribute '
My Line Number' |
org.eclipse.emf.ecore.EAttribute |
getDebugTraceRegion_MyOffset()
Returns the meta object for the attribute '
My Offset' |
org.eclipse.emf.ecore.EReference |
getDebugTraceRegion_NestedRegions()
Returns the meta object for the containment reference list '
Nested Regions' |
org.eclipse.emf.ecore.EClass |
getDebugTraceRegion()
Returns the meta object for class '
Debug Trace Region' |
TraceFactory |
getTraceFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EDataType |
getURI()
Returns the meta object for data type '
URI' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TracePackage eINSTANCE
static final int DEBUG_TRACE_REGION
Debug Trace Region' class.
DebugTraceRegionImpl,
TracePackageImpl.getDebugTraceRegion(),
Constant Field Valuesstatic final int DEBUG_TRACE_REGION__LABEL
static final int DEBUG_TRACE_REGION__MY_OFFSET
static final int DEBUG_TRACE_REGION__MY_LENGTH
static final int DEBUG_TRACE_REGION__MY_LINE_NUMBER
static final int DEBUG_TRACE_REGION__MY_END_LINE_NUMBER
static final int DEBUG_TRACE_REGION__NESTED_REGIONS
static final int DEBUG_TRACE_REGION__MY_END_OFFSET
static final int DEBUG_TRACE_REGION__ASSOCIATIONS
static final int DEBUG_TRACE_REGION_FEATURE_COUNT
static final int DEBUG_LOCATION_DATA
Debug Location Data' class.
DebugLocationDataImpl,
TracePackageImpl.getDebugLocationData(),
Constant Field Valuesstatic final int DEBUG_LOCATION_DATA__LABEL
static final int DEBUG_LOCATION_DATA__OFFSET
static final int DEBUG_LOCATION_DATA__LENGTH
static final int DEBUG_LOCATION_DATA__LINE_NUMBER
static final int DEBUG_LOCATION_DATA__END_LINE_NUMBER
static final int DEBUG_LOCATION_DATA__PATH
static final int DEBUG_LOCATION_DATA__END_OFFSET
static final int DEBUG_LOCATION_DATA_FEATURE_COUNT
static final int URI
URI,
TracePackageImpl.getURI(),
Constant Field Valuesorg.eclipse.emf.ecore.EClass getDebugTraceRegion()
Debug Trace Region'.
DebugTraceRegionorg.eclipse.emf.ecore.EReference getDebugTraceRegion_NestedRegions()
Nested Regions'.
DebugTraceRegion.getNestedRegions(),
getDebugTraceRegion()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_MyEndOffset()
My End Offset'.
DebugTraceRegion.getMyEndOffset(),
getDebugTraceRegion()org.eclipse.emf.ecore.EReference getDebugTraceRegion_Associations()
Associations'.
DebugTraceRegion.getAssociations(),
getDebugTraceRegion()org.eclipse.emf.ecore.EClass getDebugLocationData()
Debug Location Data'.
DebugLocationDataorg.eclipse.emf.ecore.EAttribute getDebugLocationData_Label()
Label'.
DebugLocationData.getLabel(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_Offset()
Offset'.
DebugLocationData.getOffset(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_Length()
Length'.
DebugLocationData.getLength(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_LineNumber()
Line Number'.
DebugLocationData.getLineNumber(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_EndLineNumber()
End Line Number'.
DebugLocationData.getEndLineNumber(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_Path()
Path'.
DebugLocationData.getPath(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugLocationData_EndOffset()
End Offset'.
DebugLocationData.getEndOffset(),
getDebugLocationData()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_Label()
Label'.
DebugTraceRegion.getLabel(),
getDebugTraceRegion()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_MyOffset()
My Offset'.
DebugTraceRegion.getMyOffset(),
getDebugTraceRegion()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_MyLength()
My Length'.
DebugTraceRegion.getMyLength(),
getDebugTraceRegion()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_MyLineNumber()
My Line Number'.
DebugTraceRegion.getMyLineNumber(),
getDebugTraceRegion()org.eclipse.emf.ecore.EAttribute getDebugTraceRegion_MyEndLineNumber()
My End Line Number'.
DebugTraceRegion.getMyEndLineNumber(),
getDebugTraceRegion()org.eclipse.emf.ecore.EDataType getURI()
URI'.
URITraceFactory getTraceFactory()