public abstract class CommentImpl extends ASTNodeImpl implements Comment
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.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| Modifier and Type | Field and Description |
|---|---|
protected String |
content
The cached value of the '
Content' attribute. |
protected static String |
CONTENT_EDEFAULT
The default value of the '
Content' attribute. |
protected static boolean |
ENCLOSED_BY_PARENT_EDEFAULT
The default value of the '
Enclosed By Parent' attribute. |
protected boolean |
enclosedByParent
The cached value of the '
Enclosed By Parent' attribute. |
protected static boolean |
PREFIX_OF_PARENT_EDEFAULT
The default value of the '
Prefix Of Parent' attribute. |
protected boolean |
prefixOfParent
The cached value of the '
Prefix Of Parent' attribute. |
comments, originalClassFile, originalCompilationUnitEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
CommentImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getContent() |
boolean |
isEnclosedByParent() |
boolean |
isPrefixOfParent() |
void |
setContent(String newContent) |
void |
setEnclosedByParent(boolean newEnclosedByParent) |
void |
setPrefixOfParent(boolean newPrefixOfParent) |
String |
toString() |
basicGetOriginalClassFile, basicGetOriginalCompilationUnit, eInverseRemove, getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eInternalContainer, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUniteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final String CONTENT_EDEFAULT
Content' attribute.
getContent()protected String content
Content' attribute.
getContent()protected static final boolean ENCLOSED_BY_PARENT_EDEFAULT
Enclosed By Parent' attribute.
isEnclosedByParent(),
Constant Field Valuesprotected boolean enclosedByParent
Enclosed By Parent' attribute.
isEnclosedByParent()protected static final boolean PREFIX_OF_PARENT_EDEFAULT
Prefix Of Parent' attribute.
isPrefixOfParent(),
Constant Field Valuesprotected boolean prefixOfParent
Prefix Of Parent' attribute.
isPrefixOfParent()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class ASTNodeImplpublic String getContent()
getContent in interface CommentComment.setContent(String),
JavaPackage.getComment_Content()public void setContent(String newContent)
setContent in interface CommentnewContent - the new value of the 'Content' attribute.Comment.getContent()public boolean isEnclosedByParent()
isEnclosedByParent in interface CommentComment.setEnclosedByParent(boolean),
JavaPackage.getComment_EnclosedByParent()public void setEnclosedByParent(boolean newEnclosedByParent)
setEnclosedByParent in interface CommentnewEnclosedByParent - the new value of the 'Enclosed By Parent' attribute.Comment.isEnclosedByParent()public boolean isPrefixOfParent()
isPrefixOfParent in interface CommentComment.setPrefixOfParent(boolean),
JavaPackage.getComment_PrefixOfParent()public void setPrefixOfParent(boolean newPrefixOfParent)
setPrefixOfParent in interface CommentnewPrefixOfParent - the new value of the 'Prefix Of Parent' attribute.Comment.isPrefixOfParent()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class ASTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class ASTNodeImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class ASTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class ASTNodeImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplCopyright © 2018–2020 Atlanmod. All rights reserved.