org.eclipse.ocl.ecore.impl
Class PrimitiveLiteralExpImpl

java.lang.Object
  extended by ETypedElementImpl
      extended by org.eclipse.ocl.ecore.impl.OCLExpressionImpl
          extended by org.eclipse.ocl.ecore.impl.LiteralExpImpl
              extended by org.eclipse.ocl.ecore.impl.PrimitiveLiteralExpImpl
All Implemented Interfaces:
LiteralExp<EClassifier>, OCLExpression<EClassifier>, PrimitiveLiteralExp<EClassifier>, ASTNode, TypedElement<EClassifier>, Visitable
Direct Known Subclasses:
BooleanLiteralExpImpl, NumericLiteralExpImpl, StringLiteralExpImpl

public abstract class PrimitiveLiteralExpImpl
extends LiteralExpImpl
implements PrimitiveLiteralExp

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


Field Summary
 
Fields inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected PrimitiveLiteralExpImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.ocl.ecore.impl.LiteralExpImpl
toString
 
Methods inherited from class org.eclipse.ocl.ecore.impl.OCLExpressionImpl
accept, 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
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
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.Visitable
accept
 
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.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Constructor Detail

PrimitiveLiteralExpImpl

protected PrimitiveLiteralExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class LiteralExpImpl

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