ujf.verimag.bip.Core.Behaviors.impl
Class ExpressionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.Behaviors.impl.ExpressionImpl
All Implemented Interfaces:
Action, Expression
Direct Known Subclasses:
BinaryExpressionImpl, BooleanLiteralImpl, DataReferenceImpl, FunctionCallExpressionImpl, IndexLiteralImpl, IntegerLiteralImpl, PointerLiteralImpl, RealLiteralImpl, StateReferenceImpl, StringLiteralImpl, UnaryExpressionImpl

public abstract class ExpressionImpl
extends ActionImpl
implements Expression

An implementation of the model object 'Expression'.


Constructor Summary
protected ExpressionImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionImpl

protected ExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActionImpl