Uses of Interface
org.eclipse.emf.facet.query.java.core.IParameterValueList2

Packages that use IParameterValueList2
org.eclipse.emf.facet.query.java.core   
 

Uses of IParameterValueList2 in org.eclipse.emf.facet.query.java.core
 

Methods in org.eclipse.emf.facet.query.java.core that return IParameterValueList2
 IParameterValueList2 IParameterValueListFactory2.createParameterValueList(ParameterValue... values)
          This method has to be used to get a new instance of IParameterValueList2
 

Methods in org.eclipse.emf.facet.query.java.core with parameters of type IParameterValueList2
 R IJavaQuery2.evaluate(T source, IParameterValueList2 parameterValues, IFacetManager facetManager)
          This method must be implemented by each sub class to implement query evaluation.