Uses of Interface
org.eclipse.ocl.uml.NullLiteralExp

Packages that use NullLiteralExp
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of NullLiteralExp in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return NullLiteralExp
 NullLiteralExp UMLFactory.createNullLiteralExp()
          Returns a new object of class 'Null Literal Exp'.
 

Uses of NullLiteralExp in org.eclipse.ocl.uml.impl
 

Methods in org.eclipse.ocl.uml.impl that return NullLiteralExp
 NullLiteralExp UMLFactoryImpl.createNullLiteralExp()
           
 

Uses of NullLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type NullLiteralExp
 T UMLSwitch.caseNullLiteralExp(NullLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Null Literal Exp'.
 boolean UMLValidator.validateNullLiteralExp(NullLiteralExp nullLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)