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

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

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

Subinterfaces of InterfaceDeclaration in de.cau.cs.kieler.core.kexpressions
 interface Input
          A representation of the model object 'Input'.
 interface InputOutput
          A representation of the model object 'Input Output'.
 interface InterfaceSignalDecl
          A representation of the model object 'Interface Signal Decl'.
 interface InterfaceVariableDecl
          A representation of the model object 'Interface Variable Decl'.
 interface Output
          A representation of the model object 'Output'.
 interface Return
          A representation of the model object 'Return'.
 

Methods in de.cau.cs.kieler.core.kexpressions that return InterfaceDeclaration
 InterfaceDeclaration KExpressionsFactory.createInterfaceDeclaration()
          Returns a new object of class 'Interface Declaration'.
 

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

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement InterfaceDeclaration
 class InputImpl
          An implementation of the model object 'Input'.
 class InputOutputImpl
          An implementation of the model object 'Input Output'.
 class InterfaceDeclarationImpl
          An implementation of the model object 'Interface Declaration'.
 class InterfaceSignalDeclImpl
          An implementation of the model object 'Interface Signal Decl'.
 class InterfaceVariableDeclImpl
          An implementation of the model object 'Interface Variable Decl'.
 class OutputImpl
          An implementation of the model object 'Output'.
 class ReturnImpl
          An implementation of the model object 'Return'.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return InterfaceDeclaration
 InterfaceDeclaration KExpressionsFactoryImpl.createInterfaceDeclaration()
           
 

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

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type InterfaceDeclaration
 T KExpressionsSwitch.caseInterfaceDeclaration(InterfaceDeclaration object)
          Returns the result of interpreting the object as an instance of 'Interface Declaration'.