org.eclipse.ocl.ecore.impl
Class InvalidLiteralExpImpl
java.lang.Object
ETypedElementImpl
org.eclipse.ocl.ecore.impl.OCLExpressionImpl
org.eclipse.ocl.ecore.impl.LiteralExpImpl
org.eclipse.ocl.ecore.impl.InvalidLiteralExpImpl
- All Implemented Interfaces:
- InvalidLiteralExp<EClassifier>, LiteralExp<EClassifier>, OCLExpression<EClassifier>, ASTNode, TypedElement<EClassifier>, Visitable
public class InvalidLiteralExpImpl
- extends LiteralExpImpl
- implements InvalidLiteralExp
An implementation of the model object 'Invalid Literal Exp'.
Method Summary |
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T |
|
accept(U v)
|
protected EClass |
eStaticClass()
|
Methods inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eGet, eIsSet, eSet, eUnset, getEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidLiteralExpImpl
protected InvalidLiteralExpImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class LiteralExpImpl
accept
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
- Description copied from class:
OCLExpressionImpl
-
- Specified by:
accept
in interface Visitable
- Overrides:
accept
in class OCLExpressionImpl