public class StringLiteralExpImpl<C> extends PrimitiveLiteralExpImpl<C> implements StringLiteralExp<C>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static String |
STRING_SYMBOL_EDEFAULT
The default value of the '
String Symbol' attribute. |
protected String |
stringSymbol
The cached value of the '
String Symbol' attribute. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
StringLiteralExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkStringType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getStringSymbol() |
void |
setStringSymbol(String newStringSymbol) |
String |
toString() |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckStringTypegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected static final String STRING_SYMBOL_EDEFAULT
String Symbol' attribute.
getStringSymbol()protected String stringSymbol
String Symbol' attribute.
getStringSymbol()protected EClass eStaticClass()
eStaticClass in class PrimitiveLiteralExpImpl<C>public String getStringSymbol()
getStringSymbol in interface StringLiteralExp<C>StringLiteralExp.setStringSymbol(String),
ExpressionsPackage.getStringLiteralExp_StringSymbol()public void setStringSymbol(String newStringSymbol)
setStringSymbol in interface StringLiteralExp<C>newStringSymbol - the new value of the 'String Symbol' attribute.StringLiteralExp.getStringSymbol()public boolean checkStringType(DiagnosticChain diagnostics,
Map<Object,Object> context)
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 © 2015 Open eHealth Foundation. All rights reserved.