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

Packages that use CGParameter
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   
org.eclipse.ocl.examples.codegen.cse   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.oclinecore   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGParameter
static CGParameter CGUtils.createCGParameter(java.lang.String name, CGTypeId typeId)
           
 CGParameter AS2CGVisitor.getParameter(Variable aParameter)
           
 CGParameter AS2CGVisitor.Variables.getParameter(Variable asVariable)
           
 CGParameter AS2CGVisitor.getSelfParameter(Variable aParameter)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGParameter
protected  void AS2CGVisitor.addParameter(Variable aParameter, CGParameter cgParameter)
           
 void AS2CGVisitor.Variables.putParameter(Variable aParameter, CGParameter cgParameter)
           
 java.lang.Object AnalysisVisitor.visitCGParameter(CGParameter object)
           
 

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

Subinterfaces of CGParameter in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGAccumulator
          A representation of the model object 'CG Accumulator'.
 interface CGIterator
          A representation of the model object 'CG Iterator'.
 interface CGTextParameter
          A representation of the model object 'CG Text Parameter'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGParameter
 CGParameter CGModelFactory.createCGParameter()
          Returns a new object of class 'CG Parameter'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGParameter
 java.util.List<CGParameter> CGCallable.getParameters()
          Returns the value of the 'Parameters' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGParameter
 class CGAccumulatorImpl
          An implementation of the model object 'CG Accumulator'.
 class CGIteratorImpl
          An implementation of the model object 'CG Iterator'.
 class CGParameterImpl
          An implementation of the model object 'CG Parameter'.
 class CGTextParameterImpl
          An implementation of the model object 'CG Text Parameter'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGParameter
protected  org.eclipse.emf.common.util.EList<CGParameter> CGCallableImpl.parameters
          The cached value of the 'Parameters' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGParameter
 CGParameter CGModelFactoryImpl.createCGParameter()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGParameter
 java.util.List<CGParameter> CGCallableImpl.getParameters()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGParameter
 T CGModelSwitch.caseCGParameter(CGParameter object)
          Returns the result of interpreting the object as an instance of 'CG Parameter'.
 R AbstractExtendingCGModelVisitor.visitCGParameter(CGParameter object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGParameter(CGParameter object)
           
 R AbstractNullCGModelVisitor.visitCGParameter(CGParameter object)
           
 R CGModelVisitor.visitCGParameter(CGParameter object)
           
 

Uses of CGParameter in org.eclipse.ocl.examples.codegen.cse
 

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type CGParameter
static StackPlace StackPlace.createStackPlace(java.util.Map<CGElement,AbstractPlace> element2place, CGParameter cgParameter)
           
 

Uses of CGParameter in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java that return CGParameter
 CGParameter JavaLocalContext.createEvaluatorParameter()
           
 CGParameter JavaLocalContext.createTypeIdParameter()
           
 CGParameter JavaLocalContext.getTypeIdParameter(CGValuedElement cgValuedElement)
          Deprecated. 
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGParameter
 java.lang.Boolean CG2JavaVisitor.visitCGParameter(CGParameter object)
           
 

Uses of CGParameter in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore that return CGParameter
 CGParameter OCLinEcoreLocalContext.createEvaluatorParameter()
           
 CGParameter OCLinEcoreLocalContext.createTypeIdParameter()
           
 CGParameter OCLinEcoreAS2CGVisitor.getSelfParameter(Variable aParameter)
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGParameter
protected  void OCLinEcoreAS2CGVisitor.addParameter(Variable aParameter, CGParameter cgParameter)