public class CollectionLiteralExpImpl extends LiteralExpImpl implements CollectionLiteralExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkBagKind(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkElementType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkNoCollectionInstances(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkSequenceKind(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkSetKind(DiagnosticChain diagnostics,
Map<Object,Object> context) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
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) |
CollectionKind |
getKind() |
<any> |
getPart() |
boolean |
isSimpleRange() |
void |
setKind(CollectionKind newKind) |
String |
toString() |
getEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic CollectionKind getKind()
getKind in interface CollectionLiteralExp<Classifier>CollectionKind,
CollectionLiteralExp.setKind(CollectionKind),
ExpressionsPackage.getCollectionLiteralExp_Kind()public void setKind(CollectionKind newKind)
setKind in interface CollectionLiteralExp<Classifier>newKind - the new value of the 'Kind' attribute.CollectionKind,
CollectionLiteralExp.getKind()public <any> getPart()
getPart in interface CollectionLiteralExp<Classifier>ExpressionsPackage.getCollectionLiteralExp_Part()public boolean isSimpleRange()
isSimpleRange in interface CollectionLiteralExp<Classifier>ExpressionsPackage.getCollectionLiteralExp_SimpleRange()public boolean checkNoCollectionInstances(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkNoCollectionInstances in interface CollectionLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkSetKind(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkSetKind in interface CollectionLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkSequenceKind(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkSequenceKind in interface CollectionLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkBagKind(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkBagKind in interface CollectionLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public boolean checkElementType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkElementType in interface CollectionLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class OCLExpressionImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class OCLExpressionImplpublic String toString()
toString in class OCLExpressionImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.