Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.NamedElementCS

Packages that use NamedElementCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface AnnotationCS
          A representation of the model object 'Annotation CS'.
 interface AnnotationElementCS
          A representation of the model object 'Annotation Element CS'.
 interface AttributeCS
          A representation of the model object 'Attribute CS'.
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface ConstraintCS
          A representation of the model object 'Constraint CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface DetailCS
          A representation of the model object 'Detail CS'.
 interface DocumentationCS
          A representation of the model object 'Documentation CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface EnumerationLiteralCS
          A representation of the model object 'Enum Literal CS'.
 interface FeatureCS
          A representation of the model object 'Feature CS'.
 interface ImportCS
          A representation of the model object 'Import CS'.
 interface LambdaTypeCS
          A representation of the model object 'Lambda Type CS'.
 interface LibraryCS
          A representation of the model object 'Library CS'.
 interface NamespaceCS
          A representation of the model object 'Namespace CS'.
 interface OperationCS
          A representation of the model object 'Operation CS'.
 interface PackageCS
          A representation of the model object 'Package CS'.
 interface ParameterCS
          A representation of the model object 'Parameter CS'.
 interface PrimitiveTypeRefCS
          A representation of the model object 'Primitive Type Ref CS'.
 interface ReferenceCS
          A representation of the model object 'Reference CS'.
 interface RootPackageCS
          A representation of the model object 'Root Package CS'.
 interface StructuralFeatureCS
          A representation of the model object 'Structural Feature CS'.
 interface TemplateParameterCS
          A representation of the model object 'Template Parameter CS'.
 interface TuplePartCS
          A representation of the model object 'Tuple Part CS'.
 interface TupleTypeCS
          A representation of the model object 'Tuple Type CS'.
 interface TypedElementCS
          A representation of the model object 'Typed Element CS'.
 interface TypeParameterCS
          A representation of the model object 'Type Parameter CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement NamedElementCS
 class AnnotationCSImpl
          An implementation of the model object 'Annotation CS'.
 class AnnotationElementCSImpl
          An implementation of the model object 'Annotation Element CS'.
 class AttributeCSImpl
          An implementation of the model object 'Attribute CS'.
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class ConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class DetailCSImpl
          An implementation of the model object 'Detail CS'.
 class DocumentationCSImpl
          An implementation of the model object 'Documentation CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class EnumerationLiteralCSImpl
          An implementation of the model object 'Enum Literal CS'.
 class ImportCSImpl
          An implementation of the model object 'Import CS'.
 class LambdaTypeCSImpl
          An implementation of the model object 'Lambda Type CS'.
 class LibraryCSImpl
          An implementation of the model object 'Library CS'.
 class NamedElementCSImpl
          An implementation of the model object 'Named Element CS'.
 class OperationCSImpl
          An implementation of the model object 'Operation CS'.
 class PackageCSImpl
          An implementation of the model object 'Package CS'.
 class ParameterCSImpl
          An implementation of the model object 'Parameter CS'.
 class PrimitiveTypeRefCSImpl
          An implementation of the model object 'Primitive Type Ref CS'.
 class ReferenceCSImpl
          An implementation of the model object 'Reference CS'.
 class RootPackageCSImpl
          An implementation of the model object 'Root Package CS'.
 class StructuralFeatureCSImpl
          An implementation of the model object 'Structural Feature CS'.
 class TemplateParameterCSImpl
          An implementation of the model object 'Template Parameter CS'.
 class TuplePartCSImpl
          An implementation of the model object 'Tuple Part CS'.
 class TupleTypeCSImpl
          An implementation of the model object 'Tuple Type CS'.
 class TypedElementCSImpl
          An implementation of the model object 'Typed Element CS'.
 class TypeParameterCSImpl
          An implementation of the model object 'Type Parameter CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type NamedElementCS
 T BaseCSTSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 boolean BaseCSTValidator.validateNamedElementCS(NamedElementCS namedElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type NamedElementCS
 void CS2PivotConversion.handleVisitNamedElement(NamedElementCS csNamedElement, NamedElement pivotElement)
           
<T extends NamedElement>
T
CS2PivotConversion.refreshNamedElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, NamedElementCS csElement)
           
 Continuation<?> BasePostOrderVisitor.visitNamedElementCS(NamedElementCS csNamedElement)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with type parameters of type NamedElementCS
<T extends NamedElementCS>
T
Pivot2CSConversion.refreshNamedElement(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, NamedElement object)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type NamedElementCS
 R AbstractDelegatingBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R AbstractExtendingBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R AbstractNullBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R BaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with type parameters of type NamedElementCS
static
<T extends NamedElementCS>
T
ElementUtil.getNamedElementCS(java.util.Collection<T> namedElements, java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type NamedElementCS
 void CS2Moniker.appendNameCS(NamedElementCS csNamedElement)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitNamedElementCS(NamedElementCS object)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface BodyCS
          A representation of the model object 'Body CS'.
 interface CompleteOCLDocumentCS
          A representation of the model object 'Document CS'.
 interface ContextConstraintCS
          A representation of the model object 'Context Constraint CS'.
 interface DefCS
          A representation of the model object 'Def CS'.
 interface DerCS
          A representation of the model object 'Der CS'.
 interface IncludeCS
          A representation of the model object 'Include CS'.
 interface InitCS
          A representation of the model object 'Init CS'.
 interface InvCS
          A representation of the model object 'Inv CS'.
 interface PostCS
          A representation of the model object 'Post CS'.
 interface PreCS
          A representation of the model object 'Pre CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement NamedElementCS
 class BodyCSImpl
          An implementation of the model object 'Body CS'.
 class CompleteOCLDocumentCSImpl
          An implementation of the model object 'Document CS'.
 class ContextConstraintCSImpl
          An implementation of the model object 'Context Constraint CS'.
 class DefCSImpl
          An implementation of the model object 'Def CS'.
 class DerCSImpl
          An implementation of the model object 'Der CS'.
 class IncludeCSImpl
          An implementation of the model object 'Include CS'.
 class InitCSImpl
          An implementation of the model object 'Init CS'.
 class InvCSImpl
          An implementation of the model object 'Inv CS'.
 class PostCSImpl
          An implementation of the model object 'Post CS'.
 class PreCSImpl
          An implementation of the model object 'Pre CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type NamedElementCS
 T CompleteOCLCSTSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface BinaryOperatorCS
          A representation of the model object 'Binary Operator CS'.
 interface CollectionTypeCS
          A representation of the model object 'Collection Type CS'.
 interface ContextCS
          A representation of the model object 'Context CS'.
 interface LetVariableCS
          A representation of the model object 'Variable CS'.
 interface NavigationOperatorCS
          A representation of the model object 'Navigation Operator CS'.
 interface OperatorCS
          A representation of the model object 'Operator CS'.
 interface TupleLiteralPartCS
          A representation of the model object 'Tuple Literal Part CS'.
 interface UnaryOperatorCS
          A representation of the model object 'Unary Operator CS'.
 interface VariableCS
          A representation of the model object 'Variable CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement NamedElementCS
 class BinaryOperatorCSImpl
          An implementation of the model object 'Binary Operator CS'.
 class CollectionTypeCSImpl
          An implementation of the model object 'Collection Type CS'.
 class ContextCSImpl
          An implementation of the model object 'Context CS'.
 class LetVariableCSImpl
          An implementation of the model object 'Variable CS'.
 class NavigationOperatorCSImpl
          An implementation of the model object 'Navigation Operator CS'.
 class OperatorCSImpl
          An implementation of the model object 'Operator CS'.
 class TupleLiteralPartCSImpl
          An implementation of the model object 'Tuple Literal Part CS'.
 class UnaryOperatorCSImpl
          An implementation of the model object 'Unary Operator CS'.
 class VariableCSImpl
          An implementation of the model object 'Variable CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type NamedElementCS
 T EssentialOCLCSTSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NamedElementCS
protected  void BaseLabelProvider.appendName(java.lang.StringBuffer s, NamedElementCS csElement)
           
protected  void BaseLabelProvider.appendOptionalName(java.lang.StringBuffer s, NamedElementCS csElement)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 interface OCLinEcoreConstraintCS
          A representation of the model object 'Constraint CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement NamedElementCS
 class OCLinEcoreConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type NamedElementCS
 T OCLinEcoreCSTSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 interface LibConstraintCS
          A representation of the model object 'Lib Constraint CS'.
 interface LibIterationCS
          A representation of the model object 'Lib Iteration CS'.
 interface LibOperationCS
          A representation of the model object 'Lib Operation CS'.
 interface LibPropertyCS
          A representation of the model object 'Lib Property CS'.
 interface LibRootPackageCS
          A representation of the model object 'Lib Root Package CS'.
 interface PrecedenceCS
          A representation of the model object 'Precedence CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement NamedElementCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 class LibConstraintCSImpl
          An implementation of the model object 'Lib Constraint CS'.
 class LibIterationCSImpl
          An implementation of the model object 'Lib Iteration CS'.
 class LibOperationCSImpl
          An implementation of the model object 'Lib Operation CS'.
 class LibPropertyCSImpl
          An implementation of the model object 'Lib Property CS'.
 class LibRootPackageCSImpl
          An implementation of the model object 'Lib Root Package CS'.
 class PrecedenceCSImpl
          An implementation of the model object 'Precedence CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type NamedElementCS
 T OCLstdlibCSTSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.