Uses of Interface
org.eclipse.ocl.expressions.CollectionLiteralExp

Packages that use CollectionLiteralExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of CollectionLiteralExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type CollectionLiteralExp
 java.lang.Object EvaluationVisitorDecorator.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp<C> cl)
          Callback for a CollectionLiteralExp visit.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of CollectionLiteralExp in org.eclipse.ocl.ecore
 interface CollectionLiteralExp
          A representation of the model object 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement CollectionLiteralExp
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return CollectionLiteralExp
<C> CollectionLiteralExp<C>
OCLFactoryImpl.createCollectionLiteralExp()
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type CollectionLiteralExp
<C> T
EcoreSwitch.caseCollectionLiteralExp_1(CollectionLiteralExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_CollectionLiteralExp(org.eclipse.ocl.expressions.CollectionLiteralExp) method, instead.
<C> T
EcoreSwitch.caseExpressions_CollectionLiteralExp(CollectionLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type CollectionLiteralExp
 java.lang.Object PartialEvaluationVisitorImpl.visitCollectionLiteralExp(CollectionLiteralExp<org.eclipse.emf.ecore.EClassifier> cl)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type CollectionLiteralExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitCollectionLiteralExp(CollectionLiteralExp<org.eclipse.emf.ecore.EClassifier> literalExp)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope.unusedEvaluation with parameters of type CollectionLiteralExp
protected  java.util.Set<VariableExp> FindAlwaysUsedVariablesVisitor.handleCollectionLiteralExp(CollectionLiteralExp<org.eclipse.emf.ecore.EClassifier> literalExp, java.util.List<java.util.Set<VariableExp>> partResults)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return CollectionLiteralExp
<C> CollectionLiteralExp<C>
ExpressionsFactory.createCollectionLiteralExp()
          Returns a new object of class 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return CollectionLiteralExp
<C> CollectionLiteralExp<C>
ExpressionsFactoryImpl.createCollectionLiteralExp()
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type CollectionLiteralExp
static
<C> boolean
CollectionLiteralExpOperations.checkBagKind(CollectionLiteralExp<C> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          kind = CollectionKind::Bag implies type.oclIsKindOf(BagType)
static
<C> boolean
CollectionLiteralExpOperations.checkElementType(CollectionLiteralExp<C> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type.oclAsType(CollectionType).elementType = part->iterate(p; c : Classifier = OclVoid | c.commonSuperType(p.type))
static
<C> boolean
CollectionLiteralExpOperations.checkNoCollectionInstances(CollectionLiteralExp<C> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          kind <> CollectionKind::Collection
static
<C> boolean
CollectionLiteralExpOperations.checkSequenceKind(CollectionLiteralExp<C> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          kind = CollectionKind::Sequence implies type.oclIsKindOf(SequenceType)
static
<C> boolean
CollectionLiteralExpOperations.checkSetKind(CollectionLiteralExp<C> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          kind = CollectionKind::Set implies type.oclIsKindOf(SetType)
 

Uses of CollectionLiteralExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type CollectionLiteralExp
<C> T
ExpressionsSwitch.caseCollectionLiteralExp(CollectionLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp_checkBagKind(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkBagKind constraint of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp_checkElementType(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkElementType constraint of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp_checkNoCollectionInstances(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkNoCollectionInstances constraint of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp_checkSequenceKind(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkSequenceKind constraint of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp_checkSetKind(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkSetKind constraint of 'Collection Literal Exp'.
 boolean ExpressionsValidator.validateCollectionLiteralExp(CollectionLiteralExp<?> collectionLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type CollectionLiteralExp
 java.lang.Object TracingEvaluationVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type CollectionLiteralExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> exp)
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return CollectionLiteralExp
protected  CollectionLiteralExp<C> AbstractOCLAnalyzer.collectionLiteralExpCS(CollectionLiteralExpCS collectionLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          CollectionLiteralExpCS
<C> CollectionLiteralExp<C>
OCLFactoryWithHistory.createCollectionLiteralExp()
           
 

Methods in org.eclipse.ocl.parser with parameters of type CollectionLiteralExp
 java.lang.Boolean ValidationVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> cl)
          Callback for a CollectionLiteralExp visit.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return CollectionLiteralExp
<C> CollectionLiteralExp<C>
OCLFactoryImpl.createCollectionLiteralExp()
           
 

Uses of CollectionLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type CollectionLiteralExp
<C> T
UMLSwitch.caseCollectionLiteralExp_1(CollectionLiteralExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_CollectionLiteralExp(org.eclipse.ocl.expressions.CollectionLiteralExp) method, instead.
<C> T
UMLSwitch.caseExpressions_CollectionLiteralExp(CollectionLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type CollectionLiteralExp
protected  java.lang.String ToStringVisitor.handleCollectionLiteralExp(CollectionLiteralExp<C> cl, java.util.List<java.lang.String> partResults)
          Callback for a CollectionLiteralExp visit.
 

Uses of CollectionLiteralExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return CollectionLiteralExp
<C> CollectionLiteralExp<C>
OCLFactory.createCollectionLiteralExp()
          Returns a new object of class 'Collection Literal Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type CollectionLiteralExp
protected  T AbstractVisitor.handleCollectionLiteralExp(CollectionLiteralExp<C> literalExp, java.util.List<T> partResults)
          Visits the specified collection literal expression with the results of visiting its parts (if any).
 T AbstractVisitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)
          Visits the collection literal's parts.
 T Visitor.visitCollectionLiteralExp(CollectionLiteralExp<C> literalExp)