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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return FunctionDecl
 FunctionDecl EsterelFactory.createFunctionDecl()
          Returns a new object of class 'Function Decl'.
 

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement FunctionDecl
 class FunctionDeclImpl
          An implementation of the model object 'Function Decl'.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return FunctionDecl
 FunctionDecl EsterelFactoryImpl.createFunctionDecl()
           
 

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

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

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