org.eclipse.emf.mwe2.language.scoping
Class Mwe2ScopeProvider.NameComputation

java.lang.Object
  extended by org.eclipse.emf.mwe2.language.scoping.Mwe2ScopeProvider.NameComputation
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
Enclosing class:
Mwe2ScopeProvider

protected static class Mwe2ScopeProvider.NameComputation
extends java.lang.Object
implements com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>


Constructor Summary
protected Mwe2ScopeProvider.NameComputation()
           
 
Method Summary
 org.eclipse.xtext.naming.QualifiedName apply(org.eclipse.emf.ecore.EObject from)
           
 
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 Detail

Mwe2ScopeProvider.NameComputation

protected Mwe2ScopeProvider.NameComputation()
Method Detail

apply

public org.eclipse.xtext.naming.QualifiedName apply(org.eclipse.emf.ecore.EObject from)
Specified by:
apply in interface com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>