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

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

Methods in org.eclipse.ocl.examples.pivot that return IntegerLiteralExp
 IntegerLiteralExp PivotFactory.createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'.
 IntegerLiteralExp OCLFactory.createIntegerLiteralExp()
          Returns a new object of class 'Integer Literal Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type IntegerLiteralExp
 Value EvaluationVisitorDecorator.visitIntegerLiteralExp(IntegerLiteralExp literalExp)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp integerLiteralExp)
          Callback for an IntegerLiteralExp visit.
 Value TracingEvaluationVisitor.visitIntegerLiteralExp(IntegerLiteralExp literalExp)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IntegerLiteralExp
 IntegerLiteralExp PivotFactoryImpl.createIntegerLiteralExp()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type IntegerLiteralExp
 T PivotSwitch.caseIntegerLiteralExp(IntegerLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Integer Literal Exp'.
 boolean PivotValidator.validateIntegerLiteralExp(IntegerLiteralExp integerLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitIntegerLiteralExp(IntegerLiteralExp object)
           
 R AbstractExtendingVisitor.visitIntegerLiteralExp(IntegerLiteralExp object)
           
 R AbstractNullVisitor.visitIntegerLiteralExp(IntegerLiteralExp object)
           
 R Visitor.visitIntegerLiteralExp(IntegerLiteralExp object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return IntegerLiteralExp
 IntegerLiteralExp OCLFactoryImpl.createIntegerLiteralExp()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type IntegerLiteralExp
 java.lang.Object Pivot2MonikerVisitor.visitIntegerLiteralExp(IntegerLiteralExp object)
           
 java.lang.String ToStringVisitor.visitIntegerLiteralExp(IntegerLiteralExp il)
          Callback for an IntegerLiteralExp visit.
 

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

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