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

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

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

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

Methods in org.eclipse.ocl.examples.pivot that return NullLiteralExp
 NullLiteralExp PivotFactory.createNullLiteralExp()
          Returns a new object of class 'Null Literal Exp'.
 

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

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

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement NullLiteralExp
 class NullLiteralExpImpl
          An implementation of the model object 'Null Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return NullLiteralExp
 NullLiteralExp PivotFactoryImpl.createNullLiteralExp()
           
 

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

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

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

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

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

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

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

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