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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return ConstantDecl
 ConstantDecl EsterelFactory.createConstantDecl()
          Returns a new object of class 'Constant Decl'.
 

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement ConstantDecl
 class ConstantDeclImpl
          An implementation of the model object 'Constant Decl'.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return ConstantDecl
 ConstantDecl EsterelFactoryImpl.createConstantDecl()
           
 

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

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

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