Interface IJavaReferenceResolver<ContainerType extends EObject,​ReferenceType extends EObject>

    • Method Detail

      • resolve

        void resolve​(String identifier,
                     ContainerType container,
                     EReference reference,
                     int position,
                     IJavaReferenceResolveResult<ReferenceType> result)
        Attempts to resolve a reference string.
        Parameters:
        identifier - The identifier for the reference.
        container - The object that contains the reference.
        reference - The reference that points to the target of the reference.
        position - The index of the reference (if it has an upper bound greater than 1).
        result - an object that can be used to store the result of the resolve operation.