Class SomeSegmentsPredicate
java.lang.Object
com._1c.g5.modeling.xtext.scoping.SomeSegmentsPredicate
- All Implemented Interfaces:
ISliceFilter
,com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>
,Predicate<org.eclipse.xtext.resource.IEObjectDescription>
Index slice predicate for elements with qualified name with more one part
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(org.eclipse.xtext.resource.IEObjectDescription input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
SomeSegmentsPredicate
public SomeSegmentsPredicate()
-
-
Method Details
-
apply
public boolean apply(org.eclipse.xtext.resource.IEObjectDescription input) - Specified by:
apply
in interfacecom.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription>
-