Class JavaDelegatingResolveResult<ReferenceType extends EObject,​T extends ReferenceType>

  • Type Parameters:
    ReferenceType - the type of the references that can be contained in the wrapped result.
    T - the type of the references that can be contained in this result.
    All Implemented Interfaces:
    IJavaReferenceResolveResult<T>

    public class JavaDelegatingResolveResult<ReferenceType extends EObject,​T extends ReferenceType>
    extends Object
    implements IJavaReferenceResolveResult<T>
    An implementation of the ResolveResult interface that delegates all method calls to another ResolveResult. Client may subclass this class to easily create custom ResolveResults.