Package org.eclipse.xtext.service
Class AllRulesCache.AllRulesCacheAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.xtext.service.AllRulesCache.AllRulesCacheAdapter
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
- Enclosing class:
- AllRulesCache
public static class AllRulesCache.AllRulesCacheAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl
-
-
Constructor Summary
Constructors Constructor Description AllRulesCacheAdapter(AllRulesCache element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllRulesCacheget()booleanisAdapterForType(java.lang.Object object)
-
-
-
Constructor Detail
-
AllRulesCacheAdapter
public AllRulesCacheAdapter(AllRulesCache element)
-
-
Method Detail
-
get
public AllRulesCache get()
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object object)
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
-