Uses of Interface
org.eclipse.emf.cdo.expressions.ContextAccess
- 
Packages that use ContextAccess Package Description org.eclipse.emf.cdo.expressions The generated EMF API of the CDO expressions model.org.eclipse.emf.cdo.expressions.impl The generated EMF implementation of the CDO expressions model.org.eclipse.emf.cdo.expressions.util The generated EMF utilities of the CDO expressions model.
- 
- 
Uses of ContextAccess in org.eclipse.emf.cdo.expressionsMethods in org.eclipse.emf.cdo.expressions that return ContextAccess Modifier and Type Method Description ContextAccessExpressionsFactory. createContextAccess()Returns a new object of class 'Context Access'.
- 
Uses of ContextAccess in org.eclipse.emf.cdo.expressions.implClasses in org.eclipse.emf.cdo.expressions.impl that implement ContextAccess Modifier and Type Class Description classContextAccessImplAn implementation of the model object 'Context Value'.Methods in org.eclipse.emf.cdo.expressions.impl that return ContextAccess Modifier and Type Method Description ContextAccessExpressionsFactoryImpl. createContextAccess()
- 
Uses of ContextAccess in org.eclipse.emf.cdo.expressions.utilMethods in org.eclipse.emf.cdo.expressions.util with parameters of type ContextAccess Modifier and Type Method Description TExpressionsSwitch. caseContextAccess(ContextAccess object)Returns the result of interpreting the object as an instance of 'Context Access'.
 
-