org.eclipse.ocl.uml.impl
Class InvalidLiteralExpImpl

java.lang.Object
  extended by TypedElementImpl
      extended by org.eclipse.ocl.uml.impl.OCLExpressionImpl
          extended by org.eclipse.ocl.uml.impl.LiteralExpImpl
              extended by org.eclipse.ocl.uml.impl.InvalidLiteralExpImpl
All Implemented Interfaces:
InvalidLiteralExp<Classifier>, LiteralExp<Classifier>, OCLExpression<Classifier>, ASTNode, TypedElement<Classifier>, Visitable

public class InvalidLiteralExpImpl
extends LiteralExpImpl
implements InvalidLiteralExp

An implementation of the model object 'Invalid Literal Exp'.


Field Summary
 
Fields inherited from class org.eclipse.ocl.uml.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected InvalidLiteralExpImpl()
           
 
Method Summary
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(U v)
           
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.ocl.uml.impl.OCLExpressionImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eGet, eIsSet, eSet, eUnset, getEndPosition, getStartPosition, getType, setEndPosition, setStartPosition, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Constructor Detail

InvalidLiteralExpImpl

protected InvalidLiteralExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class LiteralExpImpl

accept

public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)

Specified by:
accept in interface Visitable
Overrides:
accept in class OCLExpressionImpl

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.