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

Packages that use IntegerLiteralExp
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 IntegerLiteralExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return IntegerLiteralExp
 IntegerLiteralExp ExpressionsFactory.createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'
 

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

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement IntegerLiteralExp
 class IntegerLiteralExpImpl
           An implementation of the model object 'Integer Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return IntegerLiteralExp
 IntegerLiteralExp ExpressionsFactoryImpl.createIntegerLiteralExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type IntegerLiteralExp
 java.lang.Object ValidationVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp il)
          Callback for an IntegerLiteralExp visit.
 java.lang.Object ToStringVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp il)
          Callback for an IntegerLiteralExp visit.
 java.lang.Object EvaluationVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp il)
          Callback for an IntegerLiteralExp visit.
 

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

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


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