org.eclipse.ocl.expressions.impl
Class NullLiteralExpImpl<C>

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
          extended by org.eclipse.ocl.expressions.impl.LiteralExpImpl<C>
              extended by org.eclipse.ocl.expressions.impl.NullLiteralExpImpl<C>
All Implemented Interfaces:
LiteralExp<C>, NullLiteralExp<C>, OCLExpression<C>, ASTNode, TypedElement<C>, Visitable

public class NullLiteralExpImpl<C>
extends LiteralExpImpl<C>
implements NullLiteralExp<C>

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


Field Summary
 
Fields inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition
 
Constructor Summary
protected NullLiteralExpImpl()
           
 
Method Summary
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(U v)
           
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eGet, eIsSet, eSet, eUnset, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, 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
 

Constructor Detail

NullLiteralExpImpl

protected NullLiteralExpImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class LiteralExpImpl<C>

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<C>

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