Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGNamedElement

Packages that use CGNamedElement
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.autogen.autocgmodel.util   
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
 

Uses of CGNamedElement in org.eclipse.ocl.examples.autogen.autocgmodel
 

Subinterfaces of CGNamedElement in org.eclipse.ocl.examples.autogen.autocgmodel
 interface CGASTCallExp
          A representation of the model object 'CGAST Call Exp'.
 interface CGContainmentBody
          A representation of the model object 'CG Containment Body'.
 interface CGContainmentPart
          A representation of the model object 'CG Containment Part'.
 interface CGContainmentVisit
          A representation of the model object 'CG Containment Visit'.
 

Uses of CGNamedElement in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGNamedElement
 class CGASTCallExpImpl
          An implementation of the model object 'CGAST Call Exp'.
 class CGContainmentBodyImpl
          An implementation of the model object 'CG Containment Body'.
 class CGContainmentPartImpl
          An implementation of the model object 'CG Containment Part'.
 class CGContainmentVisitImpl
          An implementation of the model object 'CG Containment Visit'.
 

Uses of CGNamedElement in org.eclipse.ocl.examples.autogen.autocgmodel.util
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.util with parameters of type CGNamedElement
 T AutoCGModelSwitch.caseCGNamedElement(CGNamedElement object)
          Returns the result of interpreting the object as an instance of 'CG Named Element'.
 

Uses of CGNamedElement in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGNamedElement
 CGNamedElement AS2CGVisitor.visitStateExp(StateExp element)
           
 CGNamedElement AS2CGVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGNamedElement
protected  void CG2StringVisitor.appendName(CGNamedElement cgNamedElement)
           
protected  void CG2StringVisitor.appendQualifiedName(CGNamedElement object)
           
protected  void CG2StringVisitor.appendQualifiedName(CGNamedElement parent, java.lang.String separator, CGNamedElement child)
           
protected  void AS2CGVisitor.setAst(CGNamedElement cgElement, NamedElement asElement)
           
 void DependencyVisitor.visit(CGNamedElement cgElement)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGNamedElement(CGNamedElement cgElement)
           
 

Method parameters in org.eclipse.ocl.examples.codegen.analyzer with type arguments of type CGNamedElement
 void DependencyVisitor.visitAll(java.lang.Iterable<? extends CGNamedElement> cgElements)
           
 

Uses of CGNamedElement in org.eclipse.ocl.examples.codegen.cgmodel
 

Subinterfaces of CGNamedElement in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGAccumulator
          A representation of the model object 'CG Accumulator'.
 interface CGAssertNonNullExp
          A representation of the model object 'CG Assert Non Null Exp'.
 interface CGBoolean
          A representation of the model object 'CG Boolean'.
 interface CGBoxExp
          A representation of the model object 'CG Box Exp'.
 interface CGBuiltInIterationCallExp
          A representation of the model object 'CG While Exp'.
 interface CGCallable
          A representation of the model object 'CG Callable'.
 interface CGCallExp
          A representation of the model object 'CG Call Exp'.
 interface CGCastExp
          A representation of the model object 'CG Cast Exp'.
 interface CGCatchExp
          A representation of the model object 'CG Catch Exp'.
 interface CGClass
          A representation of the model object 'CG Class'.
 interface CGCollectionExp
          A representation of the model object 'CG Collection Exp'.
 interface CGCollectionPart
          A representation of the model object 'CG Collection Part'.
 interface CGConstant
          A representation of the model object 'CG Global Constant'.
 interface CGConstantExp
          A representation of the model object 'CG Literal Exp'.
 interface CGConstraint
          A representation of the model object 'CG Constraint'.
 interface CGConstructorExp
          A representation of the model object 'CG Constructor Exp'.
 interface CGConstructorPart
          A representation of the model object 'CG Constructor Part'.
 interface CGEcoreClassConstructorExp
          A representation of the model object 'CG Ecore Class Constructor Exp'.
 interface CGEcoreDataTypeConstructorExp
          A representation of the model object 'CG Ecore Data Type Constructor Exp'.
 interface CGEcoreOperation
          A representation of the model object 'CG Ecore Operation'.
 interface CGEcoreOperationCallExp
          A representation of the model object 'CG Ecore Operation Call Exp'.
 interface CGEcoreOppositePropertyCallExp
          A representation of the model object 'CG Ecore Opposite Property Call Exp'.
 interface CGEcorePropertyCallExp
          A representation of the model object 'CG Ecore Property Call Exp'.
 interface CGElementId
          A representation of the model object 'CG Element Id'.
 interface CGExecutorCompositionProperty
          A representation of the model object 'CG Executor Composition Property'.
 interface CGExecutorConstructorPart
          A representation of the model object 'CG Executor Constructor Part'.
 interface CGExecutorNavigationProperty
          A representation of the model object 'CG Executor Navigation Property'.
 interface CGExecutorOperation
          A representation of the model object 'CG Executor Operation'.
 interface CGExecutorOperationCallExp
          A representation of the model object 'CG Executor Operation Call Exp'.
 interface CGExecutorOppositeProperty
          A representation of the model object 'CG Executor Opposite Property'.
 interface CGExecutorOppositePropertyCallExp
          A representation of the model object 'CG Executor Opposite Property Call Exp'.
 interface CGExecutorProperty
          A representation of the model object 'CG Executor Property'.
 interface CGExecutorPropertyCallExp
          A representation of the model object 'CG Executor Property Call Exp'.
 interface CGExecutorType
          A representation of the model object 'CG Type With Reflection'.
 interface CGFinalVariable
          A representation of the model object 'CG Final Variable'.
 interface CGGuardExp
          A representation of the model object 'CG Guard Exp'.
 interface CGIfExp
          A representation of the model object 'CG If Exp'.
 interface CGInteger
          A representation of the model object 'CG Integer'.
 interface CGInvalid
          A representation of the model object 'CG Invalid'.
 interface CGIsEqualExp
          A representation of the model object 'CG Is Equal Exp'.
 interface CGIsInvalidExp
          A representation of the model object 'CG Is Invalid Exp'.
 interface CGIsUndefinedExp
          A representation of the model object 'CG Is Undefined Exp'.
 interface CGIterationCallExp
          A representation of the model object 'CG Iteration Call Exp'.
 interface CGIterator
          A representation of the model object 'CG Iterator'.
 interface CGLetExp
          A representation of the model object 'CG Let Exp'.
 interface CGLibraryIterateCallExp
          A representation of the model object 'CG Library Iterate Call Exp'.
 interface CGLibraryIterationCallExp
          A representation of the model object 'CG Library Iteration Call Exp'.
 interface CGLibraryOperation
          A representation of the model object 'CG Library Operation'.
 interface CGLibraryOperationCallExp
          A representation of the model object 'CG Library Operation Call Exp'.
 interface CGLibraryPropertyCallExp
          A representation of the model object 'CG Library Property Call Exp'.
 interface CGLocalVariable
          A representation of the model object 'CG Variable'.
 interface CGModel
          A representation of the model object 'CG Model'.
 interface CGNavigationCallExp
          A representation of the model object 'CG Navigation Call Exp'.
 interface CGNull
          A representation of the model object 'CG Null'.
 interface CGNumber
          A representation of the model object 'CG Number'.
 interface CGOperation
          A representation of the model object 'CG Operation'.
 interface CGOperationCallExp
          A representation of the model object 'CG Operation Call Exp'.
 interface CGOppositePropertyCallExp
          A representation of the model object 'CG Opposite Property Call Exp'.
 interface CGPackage
          A representation of the model object 'CG Package'.
 interface CGParameter
          A representation of the model object 'CG Parameter'.
 interface CGProperty
          A representation of the model object 'CG Property'.
 interface CGPropertyCallExp
          A representation of the model object 'CG Property Call Exp'.
 interface CGReal
          A representation of the model object 'CG Real'.
 interface CGSettableVariable
          A representation of the model object 'CG Settable Variable'.
 interface CGString
          A representation of the model object 'CG String'.
 interface CGText
          A representation of the model object 'CG Text'.
 interface CGTextParameter
          A representation of the model object 'CG Text Parameter'.
 interface CGThrowExp
          A representation of the model object 'CG Throw Exp'.
 interface CGTupleExp
          A representation of the model object 'CG Tuple Exp'.
 interface CGTuplePart
          A representation of the model object 'CG Tuple Part'.
 interface CGTuplePartCallExp
          A representation of the model object 'CG Tuple Part Call Exp'.
 interface CGTypedElement
          A representation of the model object 'CG Typed Element'.
 interface CGTypeExp
          A representation of the model object 'CG Type Exp'.
 interface CGTypeId
          A representation of the model object 'CG Type'.
 interface CGUnboxExp
          A representation of the model object 'CG Unbox Exp'.
 interface CGUnlimited
          A representation of the model object 'CG Infinity'.
 interface CGValuedElement
          A representation of the model object 'CG Valued Element'.
 interface CGVariable
          A representation of the model object 'CG Variable Declaration'.
 interface CGVariableExp
          A representation of the model object 'CG Variable Exp'.
 

Uses of CGNamedElement in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGNamedElement
 class CGAccumulatorImpl
          An implementation of the model object 'CG Accumulator'.
 class CGAssertNonNullExpImpl
          An implementation of the model object 'CG Assert Non Null Exp'.
 class CGBooleanImpl
          An implementation of the model object 'CG Boolean'.
 class CGBoxExpImpl
          An implementation of the model object 'CG Box Exp'.
 class CGBuiltInIterationCallExpImpl
          An implementation of the model object 'CG Built In Iteration Call Exp'.
 class CGCallableImpl
          An implementation of the model object 'CG Callable'.
 class CGCallExpImpl
          An implementation of the model object 'CG Call Exp'.
 class CGCastExpImpl
          An implementation of the model object 'CG Cast Exp'.
 class CGCatchExpImpl
          An implementation of the model object 'CG Catch Exp'.
 class CGClassImpl
          An implementation of the model object 'CG Class'.
 class CGCollectionExpImpl
          An implementation of the model object 'CG Collection Exp'.
 class CGCollectionPartImpl
          An implementation of the model object 'CG Collection Part'.
 class CGConstantExpImpl
          An implementation of the model object 'CG Constant Exp'.
 class CGConstantImpl
          An implementation of the model object 'CG Constant'.
 class CGConstraintImpl
          An implementation of the model object 'CG Constraint'.
 class CGConstructorExpImpl
          An implementation of the model object 'CG Constructor Exp'.
 class CGConstructorPartImpl
          An implementation of the model object 'CG Constructor Part'.
 class CGEcoreClassConstructorExpImpl
          An implementation of the model object 'CG Ecore Class Constructor Exp'.
 class CGEcoreDataTypeConstructorExpImpl
          An implementation of the model object 'CG Ecore Data Type Constructor Exp'.
 class CGEcoreOperationCallExpImpl
          An implementation of the model object 'CG Ecore Operation Call Exp'.
 class CGEcoreOperationImpl
          An implementation of the model object 'CG Ecore Operation'.
 class CGEcoreOppositePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Opposite Property Call Exp'.
 class CGEcorePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Property Call Exp'.
 class CGElementIdImpl
          An implementation of the model object 'CG Element Id'.
 class CGExecutorCompositionPropertyImpl
          An implementation of the model object 'CG Executor Composition Property'.
 class CGExecutorConstructorPartImpl
          An implementation of the model object 'CG Executor Constructor Part'.
 class CGExecutorNavigationPropertyImpl
          An implementation of the model object 'CG Executor Navigation Property'.
 class CGExecutorOperationCallExpImpl
          An implementation of the model object 'CG Executor Operation Call Exp'.
 class CGExecutorOperationImpl
          An implementation of the model object 'CG Executor Operation'.
 class CGExecutorOppositePropertyCallExpImpl
          An implementation of the model object 'CG Executor Opposite Property Call Exp'.
 class CGExecutorOppositePropertyImpl
          An implementation of the model object 'CG Executor Opposite Property'.
 class CGExecutorPropertyCallExpImpl
          An implementation of the model object 'CG Executor Property Call Exp'.
 class CGExecutorPropertyImpl
          An implementation of the model object 'CG Executor Property'.
 class CGExecutorTypeImpl
          An implementation of the model object 'CG Executor Type'.
 class CGFinalVariableImpl
          An implementation of the model object 'CG Final Variable'.
 class CGGuardExpImpl
          An implementation of the model object 'CG Guard Exp'.
 class CGIfExpImpl
          An implementation of the model object 'CG If Exp'.
 class CGIntegerImpl
          An implementation of the model object 'CG Integer'.
 class CGInvalidImpl
          An implementation of the model object 'CG Invalid'.
 class CGIsEqualExpImpl
          An implementation of the model object 'CG Is Equal Exp'.
 class CGIsInvalidExpImpl
          An implementation of the model object 'CG Is Invalid Exp'.
 class CGIsUndefinedExpImpl
          An implementation of the model object 'CG Is Undefined Exp'.
 class CGIterationCallExpImpl
          An implementation of the model object 'CG Iteration Call Exp'.
 class CGIteratorImpl
          An implementation of the model object 'CG Iterator'.
 class CGLetExpImpl
          An implementation of the model object 'CG Let Exp'.
 class CGLibraryIterateCallExpImpl
          An implementation of the model object 'CG Library Iterate Call Exp'.
 class CGLibraryIterationCallExpImpl
          An implementation of the model object 'CG Library Iteration Call Exp'.
 class CGLibraryOperationCallExpImpl
          An implementation of the model object 'CG Library Operation Call Exp'.
 class CGLibraryOperationImpl
          An implementation of the model object 'CG Library Operation'.
 class CGLibraryPropertyCallExpImpl
          An implementation of the model object 'CG Library Property Call Exp'.
 class CGLocalVariableImpl
          An implementation of the model object 'CG Local Variable'.
 class CGModelImpl
          An implementation of the model object 'CG Model'.
 class CGNamedElementImpl
          An implementation of the model object 'CG Named Element'.
 class CGNavigationCallExpImpl
          An implementation of the model object 'CG Navigation Call Exp'.
 class CGNullImpl
          An implementation of the model object 'CG Null'.
 class CGNumberImpl
          An implementation of the model object 'CG Number'.
 class CGOperationCallExpImpl
          An implementation of the model object 'CG Operation Call Exp'.
 class CGOperationImpl
          An implementation of the model object 'CG Operation'.
 class CGOppositePropertyCallExpImpl
          An implementation of the model object 'CG Opposite Property Call Exp'.
 class CGPackageImpl
          An implementation of the model object 'CG Package'.
 class CGParameterImpl
          An implementation of the model object 'CG Parameter'.
 class CGPropertyCallExpImpl
          An implementation of the model object 'CG Property Call Exp'.
 class CGPropertyImpl
          An implementation of the model object 'CG Property'.
 class CGRealImpl
          An implementation of the model object 'CG Real'.
 class CGSettableVariableImpl
          An implementation of the model object 'CG Settable Variable'.
 class CGStringImpl
          An implementation of the model object 'CG String'.
 class CGTextImpl
          An implementation of the model object 'CG Text'.
 class CGTextParameterImpl
          An implementation of the model object 'CG Text Parameter'.
 class CGThrowExpImpl
          An implementation of the model object 'CG Throw Exp'.
 class CGTupleExpImpl
          An implementation of the model object 'CG Tuple Exp'.
 class CGTuplePartCallExpImpl
          An implementation of the model object 'CG Tuple Part Call Exp'.
 class CGTuplePartImpl
          An implementation of the model object 'CG Tuple Part'.
 class CGTypedElementImpl
          An implementation of the model object 'CG Typed Element'.
 class CGTypeExpImpl
          An implementation of the model object 'CG Type Exp'.
 class CGTypeIdImpl
          An implementation of the model object 'CG Type Id'.
 class CGUnboxExpImpl
          An implementation of the model object 'CG Unbox Exp'.
 class CGUnlimitedImpl
          An implementation of the model object 'CG Infinity'.
 class CGValuedElementImpl
          An implementation of the model object 'CG Valued Element'.
 class CGVariableExpImpl
          An implementation of the model object 'CG Variable Exp'.
 class CGVariableImpl
          An implementation of the model object 'CG Variable'.
 

Uses of CGNamedElement in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGNamedElement
 T CGModelSwitch.caseCGNamedElement(CGNamedElement object)
          Returns the result of interpreting the object as an instance of 'CG Named Element'.
 R AbstractExtendingCGModelVisitor.visitCGNamedElement(CGNamedElement object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGNamedElement(CGNamedElement object)
           
 R AbstractNullCGModelVisitor.visitCGNamedElement(CGNamedElement object)
           
 R CGModelVisitor.visitCGNamedElement(CGNamedElement object)