public class IntegerLiteralExpImpl<C> extends NumericLiteralExpImpl<C> implements IntegerLiteralExp<C>
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkIntegerType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
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() |
void |
setExtendedIntegerSymbol(Long newExtendedIntegerSymbol) |
void |
setIntegerSymbol(Integer newIntegerSymbol) |
void |
setLongSymbol(Long newLongSymbol) |
String |
toString() |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic Integer getIntegerSymbol()
getIntegerSymbol in interface IntegerLiteralExp<C>IntegerLiteralExp.setIntegerSymbol(Integer),
ExpressionsPackage.getIntegerLiteralExp_IntegerSymbol()public void setIntegerSymbol(Integer newIntegerSymbol)
setIntegerSymbol in interface IntegerLiteralExp<C>newIntegerSymbol - the new value of the 'Integer Symbol' attribute.IntegerLiteralExp.getIntegerSymbol()public Long getExtendedIntegerSymbol()
public void setExtendedIntegerSymbol(Long newExtendedIntegerSymbol)
public Long getLongSymbol()
getLongSymbol in interface IntegerLiteralExp<C>IntegerLiteralExp.setLongSymbol(Long),
ExpressionsPackage.getIntegerLiteralExp_LongSymbol()public void setLongSymbol(Long newLongSymbol)
setLongSymbol in interface IntegerLiteralExp<C>newLongSymbol - the new value of the 'Long Symbol' attribute.IntegerLiteralExp.getLongSymbol()public boolean checkIntegerType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkIntegerType in interface IntegerLiteralExp<C>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 OCLExpressionImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImpl<C>public void eUnset(int featureID)
eUnset in class OCLExpressionImpl<C>public boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImpl<C>public String toString()
toString in class OCLExpressionImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.