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

Packages that use StringLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
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.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type StringLiteralExp
 CGConstantExp AS2CGVisitor.visitStringLiteralExp(StringLiteralExp element)
           
 

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'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type StringLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitStringLiteralExp(StringLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitStringLiteralExp(StringLiteralExp stringLiteralExp)
          Callback for a StringLiteralExp visit.
 java.lang.Object 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 EssentialOCLPrettyPrintVisitor.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
 T1 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 AbstractWrappingVisitor.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 with parameters of type StringLiteralExp
 java.lang.Object AS2MonikerVisitor.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)