Uses of Class
com._1c.g5.modeling.xtext.scoping.AndPredicate
- 
Packages that use AndPredicate Package Description com._1c.g5.modeling.xtext.scoping com._1c.g5.v8.dt.platform.scoping 
- 
- 
Uses of AndPredicate in com._1c.g5.modeling.xtext.scopingMethods in com._1c.g5.modeling.xtext.scoping with parameters of type AndPredicate Modifier and Type Method Description org.eclipse.xtext.util.Pair<Collection<ISliceFilter>,com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>>IIndexSlicePredicateService. separateSlices(AndPredicate<org.eclipse.xtext.resource.IEObjectDescription> predicates)Separates slices predicates fromAndPredicateorg.eclipse.xtext.util.Pair<Collection<ISliceFilter>,com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>>IndexSlicePredicateService. separateSlices(AndPredicate<org.eclipse.xtext.resource.IEObjectDescription> predicates)
- 
Uses of AndPredicate in com._1c.g5.v8.dt.platform.scopingMethods in com._1c.g5.v8.dt.platform.scoping that return AndPredicate Modifier and Type Method Description protected static AndPredicate<org.eclipse.xtext.resource.IEObjectDescription>PlatformScopeProvider. createEClassFilter(org.eclipse.emf.ecore.EClass eClass, com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription> filter)Creates special filter by EClass
 
-