Package com._1c.g5.v8.dt.ql.naming
Class QlQualifiedNameProvider
- java.lang.Object
-
- org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
-
- com._1c.g5.v8.dt.ql.naming.QlQualifiedNameProvider
-
- 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 QlQualifiedNameProvider extends org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
Qualified name provider for the Ql language.
-
-
Constructor Summary
Constructors Constructor Description QlQualifiedNameProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(MultiPartCommonExpression expr)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(MultiPartQuerySchemaTable table)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(SinglePartCommonExpression expr)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(SinglePartQuerySchemaTable table)
protected org.eclipse.xtext.naming.QualifiedName
_computeFqn(org.eclipse.emf.ecore.EObject obj)
org.eclipse.xtext.naming.QualifiedName
computeFqn(org.eclipse.emf.ecore.EObject expr)
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(SinglePartCommonExpression expr)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(SinglePartQuerySchemaTable table)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(MultiPartCommonExpression expr)
-
_computeFqn
protected org.eclipse.xtext.naming.QualifiedName _computeFqn(MultiPartQuerySchemaTable table)
-
computeFqn
public org.eclipse.xtext.naming.QualifiedName computeFqn(org.eclipse.emf.ecore.EObject expr)
-
-