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)
          Returns the result of applying this function to input.
 
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)
Description copied from interface: com.google.common.base.Function
Returns the result of applying this function to input. This method is generally expected, but not absolutely required, to have the following properties:

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