org.eclipse.ocl.cst.impl
Class NullLiteralExpCSImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.cst.impl.CSTNodeImpl
          extended by org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
              extended by org.eclipse.ocl.cst.impl.SimpleNameCSImpl
                  extended by org.eclipse.ocl.cst.impl.NullLiteralExpCSImpl
All Implemented Interfaces:
CSTNode, LiteralExpCS, NullLiteralExpCS, OCLExpressionCS, SimpleNameCS

public class NullLiteralExpCSImpl
extends SimpleNameCSImpl
implements NullLiteralExpCS

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


Field Summary
 
Fields inherited from class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
type, TYPE_EDEFAULT, value, VALUE_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken
 
Constructor Summary
protected NullLiteralExpCSImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
eGet, eIsSet, eSet, eUnset, getType, getValue, setType, setValue, toString
 
Methods inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.cst.SimpleNameCS
getType, getValue, setType, setValue
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 

Constructor Detail

NullLiteralExpCSImpl

protected NullLiteralExpCSImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class SimpleNameCSImpl

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