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

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

Methods in org.eclipse.emf.ocl.expressions that return StringLiteralExp
 StringLiteralExp ExpressionsFactory.createStringLiteralExp()
          Returns a new object of class 'String Literal Exp'
 StringLiteralExp ExpressionsFactory.createStringLiteralExp(java.lang.String s)
           
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type StringLiteralExp
 java.lang.Object Visitor.visitStringLiteralExp(StringLiteralExp sl)
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement StringLiteralExp
 class StringLiteralExpImpl
           An implementation of the model object 'String Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return StringLiteralExp
 StringLiteralExp ExpressionsFactoryImpl.createStringLiteralExp()
           
 StringLiteralExp ExpressionsFactoryImpl.createStringLiteralExp(java.lang.String s)
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type StringLiteralExp
 java.lang.Object ValidationVisitorImpl.visitStringLiteralExp(StringLiteralExp sl)
          Callback for a StringLiteralExp visit.
 java.lang.Object ToStringVisitorImpl.visitStringLiteralExp(StringLiteralExp sl)
          Callback for a StringLiteralExp visit.
 java.lang.Object EvaluationVisitorImpl.visitStringLiteralExp(StringLiteralExp sl)
          Callback for a StringLiteralExp visit.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type StringLiteralExp
 java.lang.Object ExpressionsSwitch.caseStringLiteralExp(StringLiteralExp object)
          Returns the result of interpretting the object as an instance of 'String Literal Exp'
 java.lang.Object AbstractVisitor.visitStringLiteralExp(StringLiteralExp sl)
           
 


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