Uses of Interface
de.cau.cs.kieler.esterel.esterel.DataUnaryExpr

Packages that use DataUnaryExpr
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of DataUnaryExpr in de.cau.cs.kieler.esterel.esterel
 

Subinterfaces of DataUnaryExpr in de.cau.cs.kieler.esterel.esterel
 interface DataBlock
          A representation of the model object 'Data Block'.
 interface DataCurrent
          A representation of the model object 'Data Current'.
 interface DataFunction
          A representation of the model object 'Data Function'.
 interface DataPre
          A representation of the model object 'Data Pre'.
 interface DataTrap
          A representation of the model object 'Data Trap'.
 interface DataValueBoolean
          A representation of the model object 'Data Value Boolean'.
 interface DataValueFloat
          A representation of the model object 'Data Value Float'.
 interface DataValueID
          A representation of the model object 'Data Value ID'.
 interface DataValueInt
          A representation of the model object 'Data Value Int'.
 interface DataValueString
          A representation of the model object 'Data Value String'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return DataUnaryExpr
 DataUnaryExpr EsterelFactory.createDataUnaryExpr()
          Returns a new object of class 'Data Unary Expr'.
 DataUnaryExpr DataExpr.getLeft()
          Returns the value of the 'Left' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type DataUnaryExpr
 void DataExpr.setLeft(DataUnaryExpr value)
          Sets the value of the 'Left' containment reference.
 

Uses of DataUnaryExpr in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DataUnaryExpr
 class DataBlockImpl
          An implementation of the model object 'Data Block'.
 class DataCurrentImpl
          An implementation of the model object 'Data Current'.
 class DataFunctionImpl
          An implementation of the model object 'Data Function'.
 class DataPreImpl
          An implementation of the model object 'Data Pre'.
 class DataTrapImpl
          An implementation of the model object 'Data Trap'.
 class DataUnaryExprImpl
          An implementation of the model object 'Data Unary Expr'.
 class DataValueBooleanImpl
          An implementation of the model object 'Data Value Boolean'.
 class DataValueFloatImpl
          An implementation of the model object 'Data Value Float'.
 class DataValueIDImpl
          An implementation of the model object 'Data Value ID'.
 class DataValueIntImpl
          An implementation of the model object 'Data Value Int'.
 class DataValueStringImpl
          An implementation of the model object 'Data Value String'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DataUnaryExpr
protected  DataUnaryExpr DataExprImpl.left
          The cached value of the 'Left' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DataUnaryExpr
 DataUnaryExpr EsterelFactoryImpl.createDataUnaryExpr()
           
 DataUnaryExpr DataExprImpl.getLeft()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DataUnaryExpr
 NotificationChain DataExprImpl.basicSetLeft(DataUnaryExpr newLeft, NotificationChain msgs)
           
 void DataExprImpl.setLeft(DataUnaryExpr newLeft)
           
 

Uses of DataUnaryExpr in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type DataUnaryExpr
 T EsterelSwitch.caseDataUnaryExpr(DataUnaryExpr object)
          Returns the result of interpreting the object as an instance of 'Data Unary Expr'.