Uses of Interface
de.cau.cs.kieler.core.kexpressions.TypeIdentifier

Packages that use TypeIdentifier
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
 

Uses of TypeIdentifier in de.cau.cs.kieler.core.kexpressions
 

Methods in de.cau.cs.kieler.core.kexpressions that return TypeIdentifier
 TypeIdentifier KExpressionsFactory.createTypeIdentifier()
          Returns a new object of class 'Type Identifier'.
 TypeIdentifier ChannelDescription.getType()
          Returns the value of the 'Type' containment reference.
 TypeIdentifier VariableDecl.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in de.cau.cs.kieler.core.kexpressions with parameters of type TypeIdentifier
 void ChannelDescription.setType(TypeIdentifier value)
          Sets the value of the 'Type' containment reference.
 void VariableDecl.setType(TypeIdentifier value)
          Sets the value of the 'Type' containment reference.
 

Uses of TypeIdentifier in de.cau.cs.kieler.core.kexpressions.impl
 

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement TypeIdentifier
 class TypeIdentifierImpl
          An implementation of the model object 'Type Identifier'.
 

Fields in de.cau.cs.kieler.core.kexpressions.impl declared as TypeIdentifier
protected  TypeIdentifier ChannelDescriptionImpl.type
          The cached value of the 'Type' containment reference.
protected  TypeIdentifier VariableDeclImpl.type
          The cached value of the 'Type' containment reference.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return TypeIdentifier
 TypeIdentifier KExpressionsFactoryImpl.createTypeIdentifier()
           
 TypeIdentifier ChannelDescriptionImpl.getType()
           
 TypeIdentifier VariableDeclImpl.getType()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type TypeIdentifier
 NotificationChain ChannelDescriptionImpl.basicSetType(TypeIdentifier newType, NotificationChain msgs)
           
 NotificationChain VariableDeclImpl.basicSetType(TypeIdentifier newType, NotificationChain msgs)
           
 void ChannelDescriptionImpl.setType(TypeIdentifier newType)
           
 void VariableDeclImpl.setType(TypeIdentifier newType)
           
 

Uses of TypeIdentifier in de.cau.cs.kieler.core.kexpressions.util
 

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type TypeIdentifier
 T KExpressionsSwitch.caseTypeIdentifier(TypeIdentifier object)
          Returns the result of interpreting the object as an instance of 'Type Identifier'.