org.eclipse.emf.ecore.xcore.util
Class XcoreJvmInferrer.InferenceAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.InferenceAdapter
All Implemented Interfaces:
Adapter, Adapter.Internal
Enclosing class:
XcoreJvmInferrer

protected static class XcoreJvmInferrer.InferenceAdapter
extends AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
 
Field Summary
protected  java.util.List<XcoreJvmInferrer.JvmElementInferrer<? extends org.eclipse.xtext.common.types.JvmIdentifiableElement>> jvmElementInferrers
           
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
protected XcoreJvmInferrer.InferenceAdapter()
           
 
Method Summary
 boolean isAdapterForType(java.lang.Object type)
          Returns false
 
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

jvmElementInferrers

protected java.util.List<XcoreJvmInferrer.JvmElementInferrer<? extends org.eclipse.xtext.common.types.JvmIdentifiableElement>> jvmElementInferrers
Constructor Detail

XcoreJvmInferrer.InferenceAdapter

protected XcoreJvmInferrer.InferenceAdapter()
Method Detail

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Description copied from class: AdapterImpl
Returns false

Specified by:
isAdapterForType in interface Adapter
Overrides:
isAdapterForType in class AdapterImpl
Parameters:
type - the type.
Returns:
false
See Also:
AdapterFactory.isFactoryForType(java.lang.Object)

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.