Package jamopp.proxy

Interface IJavaContextDependentURIFragmentCollector

All Known Implementing Classes:
IJavaContextDependentURIFragmentCollector.IJavaContextDependentURIFragmentCollectorImpl

public interface IJavaContextDependentURIFragmentCollector
  • Field Details

  • Method Details

    • setBaseURI

      void setBaseURI(URI uri)
    • registerContextDependentURIFragment

      <ContainerType extends EObject> void registerContextDependentURIFragment(ContainerType container, EReference reference, String id, EObject proxyElement, int position)
    • registerContextDependentURIFragment

      <ContainerType extends EObject> void registerContextDependentURIFragment(ContainerType container, EReference reference, String id, EObject proxyElement, int position, org.eclipse.jdt.core.dom.IBinding binding)
    • getContextDependentURIFragmentMap

      Map<String,IJavaContextDependentURIFragment> getContextDependentURIFragmentMap()