|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.ocl.cst.impl.CSTNodeImpl
public abstract class CSTNodeImpl
An implementation of the model object 'Node'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter> |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
InternalEObject.EStore |
| Field Summary | |
|---|---|
protected Object |
ast
The cached value of the ' Ast' attribute |
protected static Object |
AST_EDEFAULT
The default value of the ' Ast' attribute |
protected static int |
END_OFFSET_EDEFAULT
The default value of the ' End Offset' attribute |
protected static lpg.lpgjavaruntime.IToken |
END_TOKEN_EDEFAULT
The default value of the ' End Token' attribute |
protected int |
endOffset
The cached value of the ' End Offset' attribute |
protected lpg.lpgjavaruntime.IToken |
endToken
The cached value of the ' End Token' attribute |
protected static int |
START_OFFSET_EDEFAULT
The default value of the ' Start Offset' attribute |
protected static lpg.lpgjavaruntime.IToken |
START_TOKEN_EDEFAULT
The default value of the ' Start Token' attribute |
protected int |
startOffset
The cached value of the ' Start Offset' attribute |
protected lpg.lpgjavaruntime.IToken |
startToken
The cached value of the ' Start Token' 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 | |
|---|---|
protected |
CSTNodeImpl()
|
| Method Summary | |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Object |
getAst()
|
int |
getEndOffset()
|
lpg.lpgjavaruntime.IToken |
getEndToken()
|
int |
getStartOffset()
|
lpg.lpgjavaruntime.IToken |
getStartToken()
|
void |
setAst(Object newAst)
|
void |
setEndOffset(int newEndOffset)
|
void |
setEndToken(lpg.lpgjavaruntime.IToken newEndToken)
|
void |
setStartOffset(int newStartOffset)
|
void |
setStartToken(lpg.lpgjavaruntime.IToken newStartToken)
|
String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Field Detail |
|---|
protected static final int START_OFFSET_EDEFAULT
Start Offset' attribute.
getStartOffset(),
Constant Field Valuesprotected int startOffset
Start Offset' attribute.
getStartOffset()protected static final int END_OFFSET_EDEFAULT
End Offset' attribute.
getEndOffset(),
Constant Field Valuesprotected int endOffset
End Offset' attribute.
getEndOffset()protected static final lpg.lpgjavaruntime.IToken START_TOKEN_EDEFAULT
Start Token' attribute.
getStartToken()protected lpg.lpgjavaruntime.IToken startToken
Start Token' attribute.
getStartToken()protected static final lpg.lpgjavaruntime.IToken END_TOKEN_EDEFAULT
End Token' attribute.
getEndToken()protected lpg.lpgjavaruntime.IToken endToken
End Token' attribute.
getEndToken()protected static final Object AST_EDEFAULT
Ast' attribute.
getAst()protected Object ast
Ast' attribute.
getAst()| Constructor Detail |
|---|
protected CSTNodeImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class EObjectImplpublic int getStartOffset()
getStartOffset in interface CSTNodeCSTNode.setStartOffset(int),
CSTPackage.getCSTNode_StartOffset()public void setStartOffset(int newStartOffset)
setStartOffset in interface CSTNodenewStartOffset - the new value of the 'Start Offset' attribute.CSTNode.getStartOffset()public int getEndOffset()
getEndOffset in interface CSTNodeCSTNode.setEndOffset(int),
CSTPackage.getCSTNode_EndOffset()public void setEndOffset(int newEndOffset)
setEndOffset in interface CSTNodenewEndOffset - the new value of the 'End Offset' attribute.CSTNode.getEndOffset()public lpg.lpgjavaruntime.IToken getStartToken()
getStartToken in interface CSTNodeCSTNode.setStartToken(IToken),
CSTPackage.getCSTNode_StartToken()public void setStartToken(lpg.lpgjavaruntime.IToken newStartToken)
setStartToken in interface CSTNodenewStartToken - the new value of the 'Start Token' attribute.CSTNode.getStartToken()public lpg.lpgjavaruntime.IToken getEndToken()
getEndToken in interface CSTNodeCSTNode.setEndToken(IToken),
CSTPackage.getCSTNode_EndToken()public void setEndToken(lpg.lpgjavaruntime.IToken newEndToken)
setEndToken in interface CSTNodenewEndToken - the new value of the 'End Token' attribute.CSTNode.getEndToken()public Object getAst()
getAst in interface CSTNodeCSTNode.setAst(Object),
CSTPackage.getCSTNode_Ast()public void setAst(Object newAst)
setAst in interface CSTNodenewAst - the new value of the 'Ast' attribute.CSTNode.getAst()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class BasicEObjectImpl
public void eSet(int featureID,
Object newValue)
eSet in interface InternalEObjecteSet in class BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class BasicEObjectImplpublic String toString()
toString in class BasicEObjectImpl
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||