Uses of Interface
org.eclipse.ocl.examples.pivot.StringLiteralExp

Packages that use StringLiteralExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return StringLiteralExp
 StringLiteralExp PivotFactory.createStringLiteralExp()
          Returns a new object of class 'String Literal Exp'.
 StringLiteralExp OCLFactory.createStringLiteralExp()
          Returns a new object of class 'String Literal Exp'.
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type StringLiteralExp
 Value EvaluationVisitorDecorator.visitStringLiteralExp(StringLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitStringLiteralExp(StringLiteralExp stringLiteralExp)
          Callback for a StringLiteralExp visit.
 Value TracingEvaluationVisitor.visitStringLiteralExp(StringLiteralExp literalExp)
           
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return StringLiteralExp
 StringLiteralExp PivotFactoryImpl.createStringLiteralExp()
           
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type StringLiteralExp
 java.lang.Object PrettyPrintExprVisitor.visitStringLiteralExp(StringLiteralExp object)
           
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type StringLiteralExp
 T PivotSwitch.caseStringLiteralExp(StringLiteralExp object)
          Returns the result of interpreting the object as an instance of 'String Literal Exp'.
 boolean PivotValidator.validateStringLiteralExp(StringLiteralExp stringLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitStringLiteralExp(StringLiteralExp object)
           
 R AbstractExtendingVisitor.visitStringLiteralExp(StringLiteralExp object)
           
 R AbstractNullVisitor.visitStringLiteralExp(StringLiteralExp object)
           
 R Visitor.visitStringLiteralExp(StringLiteralExp object)
           
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return StringLiteralExp
 StringLiteralExp OCLFactoryImpl.createStringLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type StringLiteralExp
 java.lang.Object Pivot2MonikerVisitor.visitStringLiteralExp(StringLiteralExp object)
           
 java.lang.String ToStringVisitor.visitStringLiteralExp(StringLiteralExp sl)
          Callback for a StringLiteralExp visit.
 

Uses of StringLiteralExp in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type StringLiteralExp
protected  java.lang.String BaseLabelProvider.image(StringLiteralExp ele)