Class NodeImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- org.eclipse.epsilon.antlr.postprocessor.model.antlrAst.impl.NodeImpl
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
,Node
- Direct Known Subclasses:
AdjectiveNodeImpl
,AssociationInstanceNodeImpl
,ClassifierLevelAttributeNodeImpl
,FalseNodeImpl
,NameNodeImpl
,NullNodeImpl
,NumericValueNodeImpl
,ReferenceNodeImpl
,TextualValueNodeImpl
,TrueNodeImpl
public abstract class NodeImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Node
-
-
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
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Node>
children
The cached value of the 'Children
' containment reference list.protected int
column
The cached value of the 'Column
' attribute.protected static int
COLUMN_EDEFAULT
The default value of the 'Column
' attribute.protected int
line
The cached value of the 'Line
' attribute.protected static int
LINE_EDEFAULT
The default value of the 'Line
' attribute.protected String
text
The cached value of the 'Text
' attribute.protected static String
TEXT_EDEFAULT
The default value of the 'Text
' 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
basicSetParent(Node newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
Object
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
eSet(int featureID, Object newValue)
protected org.eclipse.emf.ecore.EClass
eStaticClass()
void
eUnset(int featureID)
org.eclipse.emf.common.util.EList<Node>
getChildren()
int
getColumn()
int
getLine()
Node
getParent()
String
getText()
void
setColumn(int newColumn)
void
setLine(int newLine)
void
setParent(Node newParent)
void
setText(String newText)
String
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
-
-
-
-
Field Detail
-
TEXT_EDEFAULT
protected static final String TEXT_EDEFAULT
The default value of the 'Text
' attribute.- See Also:
getText()
-
LINE_EDEFAULT
protected static final int LINE_EDEFAULT
The default value of the 'Line
' attribute.- See Also:
getLine()
, Constant Field Values
-
COLUMN_EDEFAULT
protected static final int COLUMN_EDEFAULT
The default value of the 'Column
' attribute.- See Also:
getColumn()
, Constant Field Values
-
column
protected int column
The cached value of the 'Column
' attribute.- See Also:
getColumn()
-
children
protected org.eclipse.emf.common.util.EList<Node> children
The cached value of the 'Children
' containment reference list.- See Also:
getChildren()
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.EObjectImpl
-
getText
public String getText()
- Specified by:
getText
in interfaceNode
- Returns:
- the value of the 'Text' attribute.
- See Also:
Node.setText(String)
,AntlrAstPackage.getNode_Text()
-
setText
public void setText(String newText)
- Specified by:
setText
in interfaceNode
- Parameters:
newText
- the new value of the 'Text' attribute.- See Also:
Node.getText()
-
getLine
public int getLine()
- Specified by:
getLine
in interfaceNode
- Returns:
- the value of the 'Line' attribute.
- See Also:
Node.setLine(int)
,AntlrAstPackage.getNode_Line()
-
setLine
public void setLine(int newLine)
- Specified by:
setLine
in interfaceNode
- Parameters:
newLine
- the new value of the 'Line' attribute.- See Also:
Node.getLine()
-
getColumn
public int getColumn()
- Specified by:
getColumn
in interfaceNode
- Returns:
- the value of the 'Column' attribute.
- See Also:
Node.setColumn(int)
,AntlrAstPackage.getNode_Column()
-
setColumn
public void setColumn(int newColumn)
- Specified by:
setColumn
in interfaceNode
- Parameters:
newColumn
- the new value of the 'Column' attribute.- See Also:
Node.getColumn()
-
getParent
public Node getParent()
- Specified by:
getParent
in interfaceNode
- Returns:
- the value of the 'Parent' container reference.
- See Also:
Node.setParent(Node)
,AntlrAstPackage.getNode_Parent()
,Node.getChildren()
-
basicSetParent
public org.eclipse.emf.common.notify.NotificationChain basicSetParent(Node newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
-
setParent
public void setParent(Node newParent)
- Specified by:
setParent
in interfaceNode
- Parameters:
newParent
- the new value of the 'Parent' container reference.- See Also:
Node.getParent()
-
getChildren
public org.eclipse.emf.common.util.EList<Node> getChildren()
- Specified by:
getChildren
in interfaceNode
- Returns:
- the value of the 'Children' containment reference list.
- See Also:
AntlrAstPackage.getNode_Children()
,Node.getParent()
-
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
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- 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
public String toString()
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
-