public class CollectionLiteralExpCSImpl extends LiteralExpCSImpl implements CollectionLiteralExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getCollectionLiteralParts() |
CollectionTypeIdentifierEnum |
getCollectionType() |
void |
setCollectionType(CollectionTypeIdentifierEnum newCollectionType) |
String |
toString() |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic CollectionTypeIdentifierEnum getCollectionType()
getCollectionType in interface CollectionLiteralExpCSCollectionTypeIdentifierEnum,
CollectionLiteralExpCS.setCollectionType(CollectionTypeIdentifierEnum),
CSTPackage.getCollectionLiteralExpCS_CollectionType()public void setCollectionType(CollectionTypeIdentifierEnum newCollectionType)
setCollectionType in interface CollectionLiteralExpCSnewCollectionType - the new value of the 'Collection Type' attribute.CollectionTypeIdentifierEnum,
CollectionLiteralExpCS.getCollectionType()public <any> getCollectionLiteralParts()
getCollectionLiteralParts in interface CollectionLiteralExpCSCSTPackage.getCollectionLiteralExpCS_CollectionLiteralParts()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CSTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class CSTNodeImplpublic void eUnset(int featureID)
eUnset in class CSTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class CSTNodeImplpublic String toString()
toString in class CSTNodeImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.