Uses of Interface
org.eclipse.emf.ocl.expressions.NullLiteralExp

Packages that use NullLiteralExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
 

Uses of NullLiteralExp in org.eclipse.emf.ocl.expressions
 

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

Methods in org.eclipse.emf.ocl.expressions with parameters of type NullLiteralExp
 java.lang.Object Visitor.visitNullLiteralExp(NullLiteralExp il)
           
 

Uses of NullLiteralExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement NullLiteralExp
 class NullLiteralExpImpl
           An implementation of the model object 'Null Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return NullLiteralExp
 NullLiteralExp ExpressionsFactoryImpl.createNullLiteralExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type NullLiteralExp
 java.lang.Object ValidationVisitorImpl.visitNullLiteralExp(NullLiteralExp il)
           
 java.lang.Object ToStringVisitorImpl.visitNullLiteralExp(NullLiteralExp il)
           
 java.lang.Object EvaluationVisitorImpl.visitNullLiteralExp(NullLiteralExp il)
           
 

Uses of NullLiteralExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type NullLiteralExp
 java.lang.Object ExpressionsSwitch.caseNullLiteralExp(NullLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Null Literal Exp'
 java.lang.Object AbstractVisitor.visitNullLiteralExp(NullLiteralExp il)
           
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.