Class DerivedTypeMetaCompoundAccessVisitor

    • Field Detail

      • cause

        private org.eclipse.emf.ecore.EObject cause
      • feature

        private org.eclipse.emf.ecore.EStructuralFeature feature
    • Constructor Detail

      • DerivedTypeMetaCompoundAccessVisitor

        DerivedTypeMetaCompoundAccessVisitor​(MessageReceiver receiver)
        Creates a visitor bound to a given message receiver.
        Parameters:
        receiver - the receiver
    • Method Detail

      • setContext

        void setContext​(org.eclipse.emf.ecore.EObject cause,
                        org.eclipse.emf.ecore.EStructuralFeature feature)
        Defines the context for emitting errors. Call before visiting.
        Parameters:
        cause - the cause
        feature - the structural feature
      • clear

        void clear()
        Clears this visitor for reuse on the initially given receiver.