Uses of Interface
org.eclipse.ocl.examples.pivot.values.TypeValue

Packages that use TypeValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of TypeValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of TypeValue in org.eclipse.ocl.examples.pivot.values
 interface InvalidValue
           
 interface NullValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return TypeValue
 TypeValue TypeValue.asTypeValue()
           
 TypeValue Value.asTypeValue()
           
 

Uses of TypeValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement TypeValue
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class TypeValueImpl
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return TypeValue
 TypeValue AbstractValue.asTypeValue()
           
 

Uses of TypeValue in org.eclipse.ocl.examples.xtext.console
 

Classes in org.eclipse.ocl.examples.xtext.console that implement TypeValue
protected static class OCLConsolePage.ExceptionValue