protected class DerivedFeatureAdapter.DerivedFeatureEMFVisitor extends EMFVisitor
Constructor and Description |
---|
DerivedFeatureEMFVisitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
pruneSubtrees(org.eclipse.emf.ecore.EObject source)
Returns true if the contents of an object should be pruned (and not explored by the visitor)
|
void |
visitAttribute(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EAttribute feature,
java.lang.Object target) |
void |
visitElement(org.eclipse.emf.ecore.EObject source) |
void |
visitInternalContainment(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EReference feature,
org.eclipse.emf.ecore.EObject target) |
void |
visitNonContainmentReference(org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EReference feature,
org.eclipse.emf.ecore.EObject target) |
attemptProxyResolutions, avoidTransientContainmentLink, descendAlongCrossResourceContainments, preOrder, pruneFeature, pruneSubtrees, visitProxyReference, visitResource, visitTopElementInResource
public void visitAttribute(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EAttribute feature, java.lang.Object target)
visitAttribute
in class EMFVisitor
public void visitElement(org.eclipse.emf.ecore.EObject source)
visitElement
in class EMFVisitor
public void visitNonContainmentReference(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EReference feature, org.eclipse.emf.ecore.EObject target)
visitNonContainmentReference
in class EMFVisitor
public void visitInternalContainment(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EReference feature, org.eclipse.emf.ecore.EObject target)
visitInternalContainment
in class EMFVisitor
public boolean pruneSubtrees(org.eclipse.emf.ecore.EObject source)
EMFVisitor
pruneSubtrees
in class EMFVisitor