org.eclipse.ocl.expressions.operations
Class BooleanLiteralExpOperations

java.lang.Object
  extended by org.eclipse.ocl.expressions.operations.BooleanLiteralExpOperations

public class BooleanLiteralExpOperations
extends Object

A static utility class that provides operations related to 'Boolean Literal Exp' model objects.

The following operations are supported:


Constructor Summary
protected BooleanLiteralExpOperations()
           
 
Method Summary
static
<C> boolean
checkBooleanType(BooleanLiteralExp<C> booleanLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
          self.type.name = 'Boolean'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanLiteralExpOperations

protected BooleanLiteralExpOperations()

Method Detail

checkBooleanType

public static <C> boolean checkBooleanType(BooleanLiteralExp<C> booleanLiteralExp,
                                           DiagnosticChain diagnostics,
                                           Map<Object,Object> context)
self.type.name = 'Boolean'

Parameters:
booleanLiteralExp - The receiving 'Boolean Literal 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.