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

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

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

Methods in de.cau.cs.kieler.core.kexpressions that return IVariable
 IVariable KExpressionsFactory.createIVariable()
          Returns a new object of class 'IVariable'.
 

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

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

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement IVariable
 class IVariableImpl
          An implementation of the model object 'IVariable'.
 

Fields in de.cau.cs.kieler.core.kexpressions.impl with type parameters of type IVariable
protected  EList<IVariable> VariableDeclImpl.variables
          The cached value of the 'Variables' containment reference list.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return IVariable
 IVariable KExpressionsFactoryImpl.createIVariable()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return types with arguments of type IVariable
 EList<IVariable> VariableDeclImpl.getVariables()
           
 

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

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