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 creatingIEObjectDescriptionby RU name
-
-
Field Summary
Fields Modifier and Type Field Description static NamedRuElementToEObjectDescriptionINSTANCE
-
Constructor Summary
Constructors Constructor Description NamedRuElementToEObjectDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.resource.IEObjectDescriptionapply(DuallyNamedElement input)
-
-
-
Field Detail
-
INSTANCE
public static final NamedRuElementToEObjectDescription INSTANCE
-
-
Method Detail
-
apply
public org.eclipse.xtext.resource.IEObjectDescription apply(DuallyNamedElement input)
- Specified by:
applyin interfacecom.google.common.base.Function<DuallyNamedElement,org.eclipse.xtext.resource.IEObjectDescription>- Specified by:
applyin interfaceFunction<DuallyNamedElement,org.eclipse.xtext.resource.IEObjectDescription>
-
-