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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return Constant
 Constant EsterelFactory.createConstant()
          Returns a new object of class 'Constant'.
 Constant ConstantRenaming.getNewName()
          Returns the value of the 'New Name' reference.
 Constant ConstantRenaming.getOldName()
          Returns the value of the 'Old Name' reference.
 

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

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type Constant
 void ConstantRenaming.setNewName(Constant value)
          Sets the value of the 'New Name' reference.
 void ConstantRenaming.setOldName(Constant value)
          Sets the value of the 'Old Name' reference.
 

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

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

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as Constant
protected  Constant ConstantRenamingImpl.newName
          The cached value of the 'New Name' reference.
protected  Constant ConstantRenamingImpl.oldName
          The cached value of the 'Old Name' reference.
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return Constant
 Constant ConstantRenamingImpl.basicGetNewName()
           
 Constant ConstantRenamingImpl.basicGetOldName()
           
 Constant EsterelFactoryImpl.createConstant()
           
 Constant ConstantRenamingImpl.getNewName()
           
 Constant ConstantRenamingImpl.getOldName()
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type Constant
 void ConstantRenamingImpl.setNewName(Constant newNewName)
           
 void ConstantRenamingImpl.setOldName(Constant newOldName)
           
 

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

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