public class UnlimitedNaturalLiteralExpImpl extends NumericLiteralExpImpl implements UnlimitedNaturalLiteralExp
The following features are implemented:
UNLIMITED| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkNaturalType(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) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Long |
getExtendedIntegerSymbol() |
Integer |
getIntegerSymbol() |
Long |
getLongSymbol() |
boolean |
isUnlimited() |
void |
setExtendedIntegerSymbol(Long newExtendedIntegerSymbol) |
void |
setIntegerSymbol(Integer newIntegerSymbol) |
void |
setLongSymbol(Long newLongSymbol) |
String |
toString() |
getEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic Integer getIntegerSymbol()
getIntegerSymbol in interface UnlimitedNaturalLiteralExp<Classifier>UnlimitedNaturalLiteralExp.setIntegerSymbol(Integer),
ExpressionsPackage.getUnlimitedNaturalLiteralExp_IntegerSymbol()public void setIntegerSymbol(Integer newIntegerSymbol)
setIntegerSymbol in interface UnlimitedNaturalLiteralExp<Classifier>newIntegerSymbol - the new value of the 'Integer Symbol' attribute.UnlimitedNaturalLiteralExp.getIntegerSymbol()public boolean isUnlimited()
isUnlimited in interface UnlimitedNaturalLiteralExp<Classifier>ExpressionsPackage.getUnlimitedNaturalLiteralExp_Unlimited()public Long getExtendedIntegerSymbol()
public void setExtendedIntegerSymbol(Long newExtendedIntegerSymbol)
public Long getLongSymbol()
getLongSymbol in interface UnlimitedNaturalLiteralExp<Classifier>UnlimitedNaturalLiteralExp.setLongSymbol(Long),
ExpressionsPackage.getUnlimitedNaturalLiteralExp_LongSymbol()public void setLongSymbol(Long newLongSymbol)
setLongSymbol in interface UnlimitedNaturalLiteralExp<Classifier>newLongSymbol - the new value of the 'Long Symbol' attribute.UnlimitedNaturalLiteralExp.getLongSymbol()public boolean checkNaturalType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkNaturalType in interface UnlimitedNaturalLiteralExp<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
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.