Class LineNumberImpl
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
,LineNumber
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
The default value of the 'End Char
' attribute.protected static final int
The default value of the 'End Column
' attribute.protected static final int
The default value of the 'End Line
' attribute.protected int
The cached value of the 'End Char
' attribute.protected int
The cached value of the 'End Column
' attribute.protected int
The cached value of the 'End Line
' attribute.protected org.eclipse.emf.common.util.EList<Instruction>
The cached value of the 'Instructions
' reference list.protected static final int
The default value of the 'Start Char
' attribute.protected static final int
The default value of the 'Start Column
' attribute.protected static final int
The default value of the 'Start Line
' attribute.protected int
The cached value of the 'Start Char
' attribute.protected int
The cached value of the 'Start Column
' attribute.protected int
The cached value of the 'Start Line
' attribute.Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
basicSetOwningBlock
(CodeBlock newOwningBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
eBasicRemoveFromContainerFeature
(org.eclipse.emf.common.notify.NotificationChain msgs) eGet
(int featureID, boolean resolve, boolean coreType) org.eclipse.emf.common.notify.NotificationChain
eInverseAdd
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
eInverseRemove
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) boolean
eIsSet
(int featureID) void
protected org.eclipse.emf.ecore.EClass
Returns theEClass
that correspond to this metaclass.void
eUnset
(int featureID) int
Returns the value of the 'End Char' attribute.int
Returns the value of the 'End Column' attribute.int
Returns the value of the 'End Line' attribute.org.eclipse.emf.common.util.EList<Instruction>
Returns the value of the 'Instructions' reference list.Returns the value of the 'Owning Block' container reference.int
Returns the value of the 'Start Char' attribute.int
Returns the value of the 'Start Column' attribute.int
Returns the value of the 'Start Line' attribute.void
setEndChar
(int newEndChar) Sets the value of the 'End Char
' attribute.void
setEndColumn
(int newEndColumn) Sets the value of the 'End Column
' attribute.void
setEndLine
(int newEndLine) Sets the value of the 'End Line
' attribute.void
setOwningBlock
(CodeBlock newOwningBlock) Sets the value of the 'Owning Block
' container reference.void
setStartChar
(int newStartChar) Sets the value of the 'Start Char
' attribute.void
setStartColumn
(int newStartColumn) Sets the value of the 'Start Column
' attribute.void
setStartLine
(int newStartLine) Sets the value of the 'Start Line
' attribute.toString()
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
START_LINE_EDEFAULT
protected static final int START_LINE_EDEFAULTThe default value of the 'Start Line
' attribute.- See Also:
-
startLine
protected int startLineThe cached value of the 'Start Line
' attribute.- See Also:
-
START_COLUMN_EDEFAULT
protected static final int START_COLUMN_EDEFAULTThe default value of the 'Start Column
' attribute.- See Also:
-
startColumn
protected int startColumnThe cached value of the 'Start Column
' attribute.- See Also:
-
END_LINE_EDEFAULT
protected static final int END_LINE_EDEFAULTThe default value of the 'End Line
' attribute.- See Also:
-
endLine
protected int endLineThe cached value of the 'End Line
' attribute.- See Also:
-
END_COLUMN_EDEFAULT
protected static final int END_COLUMN_EDEFAULTThe default value of the 'End Column
' attribute.- See Also:
-
endColumn
protected int endColumnThe cached value of the 'End Column
' attribute.- See Also:
-
START_CHAR_EDEFAULT
protected static final int START_CHAR_EDEFAULTThe default value of the 'Start Char
' attribute.- See Also:
-
startChar
protected int startCharThe cached value of the 'Start Char
' attribute.- See Also:
-
END_CHAR_EDEFAULT
protected static final int END_CHAR_EDEFAULTThe default value of the 'End Char
' attribute.- See Also:
-
endChar
protected int endCharThe cached value of the 'End Char
' attribute.- See Also:
-
instructions
The cached value of the 'Instructions
' reference list.- See Also:
-
-
Constructor Details
-
LineNumberImpl
protected LineNumberImpl()Creates a newLineNumberImpl
.
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()Returns theEClass
that correspond to this metaclass.- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.EObjectImpl
- Returns:
- the
EClass
that correspond to this metaclass.
-
getStartLine
public int getStartLine()Returns the value of the 'Start Line' attribute. The default value is"-1"
.If the meaning of the 'Start Line' attribute isn't clear, there really should be more of a description here...
- Specified by:
getStartLine
in interfaceLineNumber
- Returns:
- the value of the 'Start Line' attribute.
- See Also:
-
setStartLine
public void setStartLine(int newStartLine) Sets the value of the 'Start Line
' attribute.- Specified by:
setStartLine
in interfaceLineNumber
- Parameters:
newStartLine
- the new value of the 'Start Line' attribute.- See Also:
-
getStartColumn
public int getStartColumn()Returns the value of the 'Start Column' attribute. The default value is"-1"
.If the meaning of the 'Start Column' attribute isn't clear, there really should be more of a description here...
- Specified by:
getStartColumn
in interfaceLineNumber
- Returns:
- the value of the 'Start Column' attribute.
- See Also:
-
setStartColumn
public void setStartColumn(int newStartColumn) Sets the value of the 'Start Column
' attribute.- Specified by:
setStartColumn
in interfaceLineNumber
- Parameters:
newStartColumn
- the new value of the 'Start Column' attribute.- See Also:
-
getEndLine
public int getEndLine()Returns the value of the 'End Line' attribute. The default value is"-1"
.If the meaning of the 'End Line' attribute isn't clear, there really should be more of a description here...
- Specified by:
getEndLine
in interfaceLineNumber
- Returns:
- the value of the 'End Line' attribute.
- See Also:
-
setEndLine
public void setEndLine(int newEndLine) Sets the value of the 'End Line
' attribute.- Specified by:
setEndLine
in interfaceLineNumber
- Parameters:
newEndLine
- the new value of the 'End Line' attribute.- See Also:
-
getEndColumn
public int getEndColumn()Returns the value of the 'End Column' attribute. The default value is"-1"
.If the meaning of the 'End Column' attribute isn't clear, there really should be more of a description here...
- Specified by:
getEndColumn
in interfaceLineNumber
- Returns:
- the value of the 'End Column' attribute.
- See Also:
-
setEndColumn
public void setEndColumn(int newEndColumn) Sets the value of the 'End Column
' attribute.- Specified by:
setEndColumn
in interfaceLineNumber
- Parameters:
newEndColumn
- the new value of the 'End Column' attribute.- See Also:
-
getStartChar
public int getStartChar()Returns the value of the 'Start Char' attribute. The default value is"-1"
.If the meaning of the 'Start Char' attribute isn't clear, there really should be more of a description here...
- Specified by:
getStartChar
in interfaceLineNumber
- Returns:
- the value of the 'Start Char' attribute.
- See Also:
-
setStartChar
public void setStartChar(int newStartChar) Sets the value of the 'Start Char
' attribute.- Specified by:
setStartChar
in interfaceLineNumber
- Parameters:
newStartChar
- the new value of the 'Start Char' attribute.- See Also:
-
getEndChar
public int getEndChar()Returns the value of the 'End Char' attribute. The default value is"-1"
.If the meaning of the 'End Char' attribute isn't clear, there really should be more of a description here...
- Specified by:
getEndChar
in interfaceLineNumber
- Returns:
- the value of the 'End Char' attribute.
- See Also:
-
setEndChar
public void setEndChar(int newEndChar) Sets the value of the 'End Char
' attribute.- Specified by:
setEndChar
in interfaceLineNumber
- Parameters:
newEndChar
- the new value of the 'End Char' attribute.- See Also:
-
getOwningBlock
Returns the value of the 'Owning Block' container reference. It is bidirectional and its opposite is 'Line Numbers
'.If the meaning of the 'Owning Block' container reference isn't clear, there really should be more of a description here...
- Specified by:
getOwningBlock
in interfaceLineNumber
- Returns:
- the value of the 'Owning Block' container reference.
- See Also:
-
basicSetOwningBlock
public org.eclipse.emf.common.notify.NotificationChain basicSetOwningBlock(CodeBlock newOwningBlock, org.eclipse.emf.common.notify.NotificationChain msgs) -
setOwningBlock
Sets the value of the 'Owning Block
' container reference.- Specified by:
setOwningBlock
in interfaceLineNumber
- Parameters:
newOwningBlock
- the new value of the 'Owning Block' container reference.- See Also:
-
getInstructions
Returns the value of the 'Instructions' reference list. The list contents are of typeInstruction
. It is bidirectional and its opposite is 'Line Number
'.The instructions that map to this line number specification.
- Specified by:
getInstructions
in interfaceLineNumber
- Returns:
- the value of the 'Instructions' reference list.
- See Also:
-
eInverseAdd
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseAdd
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eBasicRemoveFromContainerFeature
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eBasicRemoveFromContainerFeature
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
toString
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-