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

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

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

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

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type IntegerLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitIntegerLiteralExp(IntegerLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitIntegerLiteralExp(IntegerLiteralExp integerLiteralExp)
          Callback for an IntegerLiteralExp visit.
 java.lang.Object 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 EssentialOCLPrettyPrintVisitor.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
 T1 PivotSwitch.caseIntegerLiteralExp(IntegerLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Integer Literal Exp'.
 boolean PivotValidator.validateIntegerLiteralExp_validateTypeIsInteger(IntegerLiteralExp integerLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeIsInteger constraint 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 AbstractWrappingVisitor.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 with parameters of type IntegerLiteralExp
 java.lang.Object AS2MonikerVisitor.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)