Uses of Interface
org.eclipse.stp.core.internal.introspection.ISafeIntrospector

Packages that use ISafeIntrospector
org.eclipse.stp.core.internal.introspection   
org.eclipse.stp.core.sca.impl   
 

Uses of ISafeIntrospector in org.eclipse.stp.core.internal.introspection
 

Classes in org.eclipse.stp.core.internal.introspection that implement ISafeIntrospector
 class SafeIntrospector
          A basic implementation for clients to subclass.
 

Uses of ISafeIntrospector in org.eclipse.stp.core.sca.impl
 

Constructors in org.eclipse.stp.core.sca.impl with parameters of type ISafeIntrospector
EObjectContainmentIntrospectingEList(java.lang.Class dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, ISafeIntrospector anIntrospector)