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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return SigExprUnary
 SigExprUnary EsterelFactory.createSigExprUnary()
          Returns a new object of class 'Sig Expr Unary'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type SigExprUnary
 EList<SigExprUnary> SigExprAND.getUnaExpr()
          Returns the value of the 'Una Expr' containment reference list.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement SigExprUnary
 class SigExprUnaryImpl
          An implementation of the model object 'Sig Expr Unary'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type SigExprUnary
protected  EList<SigExprUnary> SigExprANDImpl.unaExpr
          The cached value of the 'Una Expr' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return SigExprUnary
 SigExprUnary EsterelFactoryImpl.createSigExprUnary()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type SigExprUnary
 EList<SigExprUnary> SigExprANDImpl.getUnaExpr()
           
 

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

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