org.eclipse.xtext.xbase.jvmmodel
Class JvmModelAssociator.Adapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.Adapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
Enclosing class:
JvmModelAssociator

protected static class JvmModelAssociator.Adapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 java.util.Map<org.eclipse.emf.ecore.EObject,JvmIdentifiableElement> logicalContainerMap
           
 com.google.common.collect.ListMultimap<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject> sourceToTargetMap
           
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
protected JvmModelAssociator.Adapter()
           
 
Method Summary
 boolean isAdapterForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceToTargetMap

public com.google.common.collect.ListMultimap<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject> sourceToTargetMap

logicalContainerMap

public java.util.Map<org.eclipse.emf.ecore.EObject,JvmIdentifiableElement> logicalContainerMap
Constructor Detail

JvmModelAssociator.Adapter

protected JvmModelAssociator.Adapter()
Method Detail

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl