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

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

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

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

Methods in org.eclipse.ocl.examples.pivot that return InvalidLiteralExp
 InvalidLiteralExp PivotFactory.createInvalidLiteralExp()
          Returns a new object of class 'Invalid Literal Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type InvalidLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitInvalidLiteralExp(InvalidLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitInvalidLiteralExp(InvalidLiteralExp invalidLiteralExp)
           
 java.lang.Object TracingEvaluationVisitor.visitInvalidLiteralExp(InvalidLiteralExp literalExp)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement InvalidLiteralExp
 class InvalidLiteralExpImpl
          An implementation of the model object 'Invalid Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return InvalidLiteralExp
 InvalidLiteralExp PivotFactoryImpl.createInvalidLiteralExp()
           
 

Uses of InvalidLiteralExp in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return InvalidLiteralExp
 InvalidLiteralExp MetaModelManager.createInvalidExpression()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type InvalidLiteralExp
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type InvalidLiteralExp
 T1 PivotSwitch.caseInvalidLiteralExp(InvalidLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'.
 boolean PivotValidator.validateInvalidLiteralExp(InvalidLiteralExp invalidLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 R AbstractExtendingVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 R AbstractNullVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 R AbstractWrappingVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 R Visitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type InvalidLiteralExp
 java.lang.Object AS2MonikerVisitor.visitInvalidLiteralExp(InvalidLiteralExp object)
           
 java.lang.String ToStringVisitor.visitInvalidLiteralExp(InvalidLiteralExp il)
           
 

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

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