Package com.e1c.g5.v8.dt.internal.check
Class LanguageSuppressionContext
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
com.e1c.g5.v8.dt.internal.check.LanguageSuppressionContext
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
,org.eclipse.emf.common.notify.Adapter.Internal
@Deprecated
public class LanguageSuppressionContext
extends org.eclipse.emf.common.notify.impl.AdapterImpl
Deprecated.
Temporary solution for transferring region provider to the check result acceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
-
Field Summary
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
Constructor Summary
ConstructorsConstructorDescriptionLanguageSuppressionContext
(IBslElementRegionProvider regionProvider) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the region providerboolean
isAdapterForType
(Object type) Deprecated.Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
LanguageSuppressionContext
Deprecated.- Parameters:
regionProvider
-
-
-
Method Details
-
isAdapterForType
Deprecated.- Specified by:
isAdapterForType
in interfaceorg.eclipse.emf.common.notify.Adapter
- Overrides:
isAdapterForType
in classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
getRegionProvider
Deprecated.Gets the region provider- Returns:
- The region provider. May not be
null
-