Package tools.refinery.language.naming
Class ProblemQualifiedNameProvider
java.lang.Object
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
tools.refinery.language.naming.ProblemQualifiedNameProvider
- 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 ProblemQualifiedNameProvider
extends org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameProvider
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
computeFullyQualifiedNameFromNameAttribute
(org.eclipse.emf.ecore.EObject obj) A modified version ofDefaultDeclarativeQualifiedNameProvider.computeFullyQualifiedNameFromNameAttribute(EObject)
that constructs qualified name fragments without invokingIQualifiedNameConverter
to avoid applying qualified name escaping rules twice.protected org.eclipse.xtext.naming.QualifiedName
qualifiedName
(Problem problem) Methods inherited from class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
computeFullyQualifiedName, getConverter, getFullyQualifiedName, getOrComputeFullyQualifiedName, getResolver, qualifiedName
Methods inherited from class org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
apply
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
-
Constructor Details
-
ProblemQualifiedNameProvider
public ProblemQualifiedNameProvider()
-
-
Method Details
-
qualifiedName
-
computeFullyQualifiedNameFromNameAttribute
protected org.eclipse.xtext.naming.QualifiedName computeFullyQualifiedNameFromNameAttribute(org.eclipse.emf.ecore.EObject obj) A modified version ofDefaultDeclarativeQualifiedNameProvider.computeFullyQualifiedNameFromNameAttribute(EObject)
that constructs qualified name fragments without invokingIQualifiedNameConverter
to avoid applying qualified name escaping rules twice.- Overrides:
computeFullyQualifiedNameFromNameAttribute
in classorg.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
- Parameters:
obj
- The object to compute the fully qualified name of.- Returns:
- The fully qualified name.
-