Package com._1c.g5.v8.dt.md.naming
Class MdRuQualifiedNameProvider
- java.lang.Object
-
- org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
-
- com._1c.g5.v8.dt.md.naming.MdRuQualifiedNameProvider
-
- All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
,Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
,org.eclipse.xtext.naming.IQualifiedNameProvider
public class MdRuQualifiedNameProvider extends org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
Russian qualified name provider for the Md.
-
-
Constructor Summary
Constructors Constructor Description MdRuQualifiedNameProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Event event)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Field field)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(HelpPage helpPage)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Method meth)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Property prop)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(StandardCommandGroup commandGroup)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(StandardTabularPart standardTabularPart)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Type type)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(TypeSet type)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(DbViewDef dbViewDef)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(MdObject md)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(PredefinedItem predefinedValue)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(StandardCommand cmd)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(Subsystem subsystem)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(EmptyRef emptyRef)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(PlatformPicture picture)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(org.eclipse.emf.ecore.EObject obj)
org.eclipse.xtext.naming.QualifiedName
computeFqn(org.eclipse.emf.ecore.EObject event)
org.eclipse.xtext.naming.QualifiedName
getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
-
-
-
Method Detail
-
getFullyQualifiedName
public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(org.eclipse.emf.ecore.EObject obj)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Subsystem subsystem)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(MdObject md)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Type type)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(TypeSet type)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Event event)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(EmptyRef emptyRef)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardCommand cmd)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardCommandGroup commandGroup)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Property prop)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Method meth)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(DbViewDef dbViewDef)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(Field field)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(PredefinedItem predefinedValue)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(HelpPage helpPage)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(PlatformPicture picture)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(StandardTabularPart standardTabularPart)
-
computeFqn
public org.eclipse.xtext.naming.QualifiedName computeFqn(org.eclipse.emf.ecore.EObject event)
-
-