|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UnlimitedValue in org.eclipse.ocl.examples.debug.vm.utils |
|---|
| Classes in org.eclipse.ocl.examples.debug.vm.utils that implement UnlimitedValue | |
|---|---|
class |
VMException
|
class |
VMInterruptedExecutionException
|
class |
VMRuntimeException
Represents a runtime (unchecked) exception possibly thrown during OCL code execution. |
class |
VMStackOverFlowError
|
| Uses of UnlimitedValue in org.eclipse.ocl.examples.domain.evaluation |
|---|
| Classes in org.eclipse.ocl.examples.domain.evaluation that implement UnlimitedValue | |
|---|---|
class |
EvaluationHaltedException
Exception indicating a managed interruption of evaluation. |
| Uses of UnlimitedValue in org.eclipse.ocl.examples.domain.values |
|---|
| Subinterfaces of UnlimitedValue in org.eclipse.ocl.examples.domain.values | |
|---|---|
interface |
InvalidValue
|
interface |
NullValue
|
| Methods in org.eclipse.ocl.examples.domain.values that return UnlimitedValue | |
|---|---|
UnlimitedValue |
UnlimitedValue.negate()
|
| Methods in org.eclipse.ocl.examples.domain.values with parameters of type UnlimitedValue | |
|---|---|
int |
RealValue.compareToUnlimited(UnlimitedValue right)
|
IntegerValue |
IntegerValue.divUnlimited(UnlimitedValue right)
|
RealValue |
RealValue.maxUnlimited(UnlimitedValue right)
|
RealValue |
RealValue.minUnlimited(UnlimitedValue right)
|
IntegerValue |
IntegerValue.modUnlimited(UnlimitedValue right)
|
| Uses of UnlimitedValue in org.eclipse.ocl.examples.domain.values.impl |
|---|
| Classes in org.eclipse.ocl.examples.domain.values.impl that implement UnlimitedValue | |
|---|---|
class |
InvalidValueException
An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller. |
class |
NullValueImpl
An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller. |
class |
UndefinedValueImpl
|
class |
UnlimitedValueImpl
|
| Methods in org.eclipse.ocl.examples.domain.values.impl that return UnlimitedValue | |
|---|---|
UnlimitedValue |
UnlimitedValueImpl.negate()
|
| Uses of UnlimitedValue in org.eclipse.ocl.examples.domain.values.util |
|---|
| Fields in org.eclipse.ocl.examples.domain.values.util declared as UnlimitedValue | |
|---|---|
static UnlimitedValue |
ValuesUtil.UNLIMITED_VALUE
|
| Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type UnlimitedValue | |
|---|---|
T |
ValuesSwitch.caseUnlimitedValue(UnlimitedValue object)
Returns the result of interpreting the object as an instance of 'Unlimited Value'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||