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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return OneTypeConstantDecl
 OneTypeConstantDecl EsterelFactory.createOneTypeConstantDecl()
          Returns a new object of class 'One Type Constant Decl'.
 

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement OneTypeConstantDecl
 class OneTypeConstantDeclImpl
          An implementation of the model object 'One Type Constant Decl'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type OneTypeConstantDecl
protected  EList<OneTypeConstantDecl> ConstantDeclImpl.constant
          The cached value of the 'Constant' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return OneTypeConstantDecl
 OneTypeConstantDecl EsterelFactoryImpl.createOneTypeConstantDecl()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type OneTypeConstantDecl
 EList<OneTypeConstantDecl> ConstantDeclImpl.getConstant()
           
 

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

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