Uses of Interface
org.eclipse.ocl.cst.OCLMessageArgCS

Packages that use OCLMessageArgCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of OCLMessageArgCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return OCLMessageArgCS
 OCLMessageArgCS CSTFactory.createOCLMessageArgCS()
          Returns a new object of class 'OCL Message Arg CS'
 

Methods in org.eclipse.ocl.cst that return types with arguments of type OCLMessageArgCS
 EList<OCLMessageArgCS> MessageExpCS.getArguments()
          Returns the value of the 'Arguments' containment reference list.
 

Uses of OCLMessageArgCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement OCLMessageArgCS
 class OCLMessageArgCSImpl
          An implementation of the model object 'OCL Message Arg CS'
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type OCLMessageArgCS
protected  EList<OCLMessageArgCS> MessageExpCSImpl.arguments
          The cached value of the 'Arguments' containment reference list
 

Methods in org.eclipse.ocl.cst.impl that return OCLMessageArgCS
 OCLMessageArgCS CSTFactoryImpl.createOCLMessageArgCS()
           
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type OCLMessageArgCS
 EList<OCLMessageArgCS> MessageExpCSImpl.getArguments()
           
 

Uses of OCLMessageArgCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type OCLMessageArgCS
 T CSTSwitch.caseOCLMessageArgCS(OCLMessageArgCS object)
          Returns the result of interpreting the object as an instance of 'OCL Message Arg CS'
 

Uses of OCLMessageArgCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OCLMessageArgCS
protected  OCLMessageArgCS AbstractOCLParser.createOCLMessageArgCS(TypeCS typeCS, OCLExpressionCS oclExpressionCS)
           
 

Method parameters in org.eclipse.ocl.parser with type arguments of type OCLMessageArgCS
protected  MessageExpCS AbstractOCLParser.createMessageExpCS(boolean hasSent, SimpleNameCS simpleNameCS, EList<OCLMessageArgCS> oclMessageArgs)
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.