Class LightAbstractScope.ParentIterable
java.lang.Object
com._1c.g5.modeling.xtext.scoping.LightAbstractScope.ParentIterable
- All Implemented Interfaces:
com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>,Iterable<org.eclipse.xtext.resource.IEObjectDescription>,Predicate<org.eclipse.xtext.resource.IEObjectDescription>
- Enclosing class:
- LightAbstractScope
protected static class LightAbstractScope.ParentIterable
extends Object
implements Iterable<org.eclipse.xtext.resource.IEObjectDescription>, com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>
Lazy iterable with a reasonable
toString() implementation that supports
shadowing of parents elements by means of filtering.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedParentIterable(LightAbstractScope scope, com.google.inject.Provider<Iterable<org.eclipse.xtext.resource.IEObjectDescription>> provider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
ParentIterable
protected ParentIterable(LightAbstractScope scope, com.google.inject.Provider<Iterable<org.eclipse.xtext.resource.IEObjectDescription>> provider)
-
-
Method Details
-
apply
public boolean apply(org.eclipse.xtext.resource.IEObjectDescription input) - Specified by:
applyin interfacecom.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>
-
iterator
-
toString
-