Package jamopp.proxy
Interface IJavaContextDependentURIFragmentCollector
-
- All Known Implementing Classes:
IJavaContextDependentURIFragmentCollector.IJavaContextDependentURIFragmentCollectorImpl
public interface IJavaContextDependentURIFragmentCollector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IJavaContextDependentURIFragmentCollector.IJavaContextDependentURIFragmentCollectorImpl
-
Field Summary
Fields Modifier and Type Field Description static IJavaContextDependentURIFragmentCollector
GLOBAL_INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,IJavaContextDependentURIFragment>
getContextDependentURIFragmentMap()
<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 Detail
-
GLOBAL_INSTANCE
static final IJavaContextDependentURIFragmentCollector GLOBAL_INSTANCE
-
-
Method Detail
-
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()
-
-