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

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

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

Methods in de.cau.cs.kieler.core.kexpressions that return VariableDecl
 VariableDecl KExpressionsFactory.createVariableDecl()
          Returns a new object of class 'Variable Decl'.
 

Methods in de.cau.cs.kieler.core.kexpressions that return types with arguments of type VariableDecl
 EList<VariableDecl> InterfaceVariableDecl.getVarDecls()
          Returns the value of the 'Var Decls' containment reference list.
 

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

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement VariableDecl
 class VariableDeclImpl
          An implementation of the model object 'Variable Decl'.
 

Fields in de.cau.cs.kieler.core.kexpressions.impl with type parameters of type VariableDecl
protected  EList<VariableDecl> InterfaceVariableDeclImpl.varDecls
          The cached value of the 'Var Decls' containment reference list.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return VariableDecl
 VariableDecl KExpressionsFactoryImpl.createVariableDecl()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return types with arguments of type VariableDecl
 EList<VariableDecl> InterfaceVariableDeclImpl.getVarDecls()
           
 

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

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type VariableDecl
 T KExpressionsSwitch.caseVariableDecl(VariableDecl object)
          Returns the result of interpreting the object as an instance of 'Variable Decl'.