Package jamopp.proxy
Interface IJavaContextDependentURIFragmentCollector
- All Known Implementing Classes:
IJavaContextDependentURIFragmentCollector.IJavaContextDependentURIFragmentCollectorImpl
public interface IJavaContextDependentURIFragmentCollector
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<ContainerType extends EObject>
voidregisterContextDependentURIFragment
(ContainerType container, EReference reference, String id, EObject proxyElement, int position) <ContainerType extends EObject>
voidregisterContextDependentURIFragment
(ContainerType container, EReference reference, String id, EObject proxyElement, int position, org.eclipse.jdt.core.dom.IBinding binding) void
setBaseURI
(URI uri)
-
Field Details
-
GLOBAL_INSTANCE
-
-
Method Details
-
setBaseURI
-
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()
-