Uses of Interface
de.cau.cs.kieler.core.expressions.IntValue

Packages that use IntValue
de.cau.cs.kieler.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
de.cau.cs.kieler.core.expressions.util Utility code for the Expressions model. 
 

Uses of IntValue in de.cau.cs.kieler.core.expressions
 

Methods in de.cau.cs.kieler.core.expressions that return IntValue
 IntValue ExpressionsFactory.createIntValue()
          Returns a new object of class 'Int Value'.
 

Uses of IntValue in de.cau.cs.kieler.core.expressions.impl
 

Classes in de.cau.cs.kieler.core.expressions.impl that implement IntValue
 class IntValueImpl
          An implementation of the model object 'Int Value'.
 

Methods in de.cau.cs.kieler.core.expressions.impl that return IntValue
 IntValue ExpressionsFactoryImpl.createIntValue()
           
 

Uses of IntValue in de.cau.cs.kieler.core.expressions.util
 

Methods in de.cau.cs.kieler.core.expressions.util with parameters of type IntValue
 T ExpressionsSwitch.caseIntValue(IntValue object)
          Returns the result of interpreting the object as an instance of 'Int Value'.