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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return TypeDecl
 TypeDecl EsterelFactory.createTypeDecl()
          Returns a new object of class 'Type Decl'.
 

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

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

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

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

Methods in de.cau.cs.kieler.esterel.esterel.impl that return TypeDecl
 TypeDecl EsterelFactoryImpl.createTypeDecl()
           
 

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

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

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