Uses of Interface
org.eclipse.emf.cdo.expressions.ListConstruction
- 
Packages that use ListConstruction 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 ListConstruction in org.eclipse.emf.cdo.expressionsMethods in org.eclipse.emf.cdo.expressions that return ListConstruction Modifier and Type Method Description ListConstructionExpressionsFactory. createListConstruction()Returns a new object of class 'List Construction'.
- 
Uses of ListConstruction in org.eclipse.emf.cdo.expressions.implClasses in org.eclipse.emf.cdo.expressions.impl that implement ListConstruction Modifier and Type Class Description classListConstructionImplAn implementation of the model object 'List Value'.Methods in org.eclipse.emf.cdo.expressions.impl that return ListConstruction Modifier and Type Method Description ListConstructionExpressionsFactoryImpl. createListConstruction()
- 
Uses of ListConstruction in org.eclipse.emf.cdo.expressions.utilMethods in org.eclipse.emf.cdo.expressions.util that return ListConstruction Modifier and Type Method Description static ListConstructionExpressionsUtil. list(Expression... elements)Methods in org.eclipse.emf.cdo.expressions.util with parameters of type ListConstruction Modifier and Type Method Description TExpressionsSwitch. caseListConstruction(ListConstruction object)Returns the result of interpreting the object as an instance of 'List Construction'.
 
-