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

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

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

Subinterfaces of SignalDecl in de.cau.cs.kieler.esterel.esterel
 interface Input
          A representation of the model object 'Input'.
 interface InputOutput
          A representation of the model object 'Input Output'.
 interface Output
          A representation of the model object 'Output'.
 interface Return
          A representation of the model object 'Return'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return SignalDecl
 SignalDecl EsterelFactory.createSignalDecl()
          Returns a new object of class 'Signal Decl'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type SignalDecl
 EList<SignalDecl> ModuleInterface.getIntSignalDecl()
          Returns the value of the 'Int Signal Decl' containment reference list.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement SignalDecl
 class InputImpl
          An implementation of the model object 'Input'.
 class InputOutputImpl
          An implementation of the model object 'Input Output'.
 class OutputImpl
          An implementation of the model object 'Output'.
 class ReturnImpl
          An implementation of the model object 'Return'.
 class SignalDeclImpl
          An implementation of the model object 'Signal Decl'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type SignalDecl
protected  EList<SignalDecl> ModuleInterfaceImpl.intSignalDecl
          The cached value of the 'Int Signal Decl' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return SignalDecl
 SignalDecl EsterelFactoryImpl.createSignalDecl()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type SignalDecl
 EList<SignalDecl> ModuleInterfaceImpl.getIntSignalDecl()
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type SignalDecl
 T EsterelSwitch.caseSignalDecl(SignalDecl object)
          Returns the result of interpreting the object as an instance of 'Signal Decl'.