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

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

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

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

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

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

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

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

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

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return Type
 Type TypeRenamingImpl.basicGetNewName()
           
 Type TypeRenamingImpl.basicGetOldName()
           
 Type EsterelFactoryImpl.createType()
           
 Type TypeRenamingImpl.getNewName()
           
 Type TypeRenamingImpl.getOldName()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type Type
 EList<Type> TypeDeclImpl.getType()
           
 

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

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

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