|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.expressions.operations.OCLExpressionOperations
org.eclipse.ocl.expressions.operations.IfExpOperations
public class IfExpOperations
A static utility class that provides operations related to 'If Exp' model objects.
The following operations are supported:
Check Boolean Condition
Check If Type
Constructor Summary | |
---|---|
protected |
IfExpOperations()
|
Method Summary | ||
---|---|---|
static
|
checkBooleanCondition(IfExp<C> ifExp,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
self.condition.type.oclIsKindOf(PrimitiveType) and self.condition.type.name = 'Boolean' |
|
static
|
checkIfType(IfExp<C> ifExp,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
self.type = thenExpression.type.commonSuperType(elseExpression.type) |
Methods inherited from class org.eclipse.ocl.expressions.operations.OCLExpressionOperations |
---|
accept, getName, getType, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected IfExpOperations()
Method Detail |
---|
public static <C> boolean checkBooleanCondition(IfExp<C> ifExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
ifExp
- The receiving 'If Exp' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
public static <C> boolean checkIfType(IfExp<C> ifExp, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
ifExp
- The receiving 'If Exp' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |