Package com._1c.g5.v8.dt.bsl.scoping
Class NamedRuElementToEObjectDescription
java.lang.Object
com._1c.g5.v8.dt.bsl.scoping.NamedRuElementToEObjectDescription
- All Implemented Interfaces:
com.google.common.base.Function<DuallyNamedElement,
,org.eclipse.xtext.resource.IEObjectDescription> Function<DuallyNamedElement,
org.eclipse.xtext.resource.IEObjectDescription>
public class NamedRuElementToEObjectDescription
extends Object
implements com.google.common.base.Function<DuallyNamedElement,org.eclipse.xtext.resource.IEObjectDescription>
Special object for creating
IEObjectDescription
by RU name-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.resource.IEObjectDescription
apply
(DuallyNamedElement 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.Function
equals
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NamedRuElementToEObjectDescription
public NamedRuElementToEObjectDescription()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<DuallyNamedElement,
org.eclipse.xtext.resource.IEObjectDescription> - Specified by:
apply
in interfaceFunction<DuallyNamedElement,
org.eclipse.xtext.resource.IEObjectDescription>
-