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

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

Uses of VariableExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return VariableExpCS
 VariableExpCS CSTFactory.createVariableExpCS()
          Returns a new object of class 'Variable Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement VariableExpCS
 class VariableExpCSImpl
          An implementation of the model object 'Variable Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return VariableExpCS
 VariableExpCS CSTFactoryImpl.createVariableExpCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type VariableExpCS
 T CSTSwitch.caseVariableExpCS(VariableExpCS object)
          Returns the result of interpreting the object as an instance of 'Variable Exp CS'
 

Uses of VariableExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return VariableExpCS
protected  VariableExpCS AbstractOCLParser.createVariableExpCS(SimpleNameCS simpleNameCS, EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type VariableExpCS
protected  boolean AbstractOCLAnalyzer.isAtPre(VariableExpCS callExp)
          Queries whether the specified variable expression is adorned with @pre.
protected  OCLExpression<C> AbstractOCLAnalyzer.variableExpCS(VariableExpCS variableExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          VariableExpCS
 


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