Package org.eclipse.xtext.service
Class AllRulesCache
- java.lang.Object
-
- org.eclipse.xtext.service.AllRulesCache
-
public class AllRulesCache extends java.lang.Object- Since:
- 2.14
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllRulesCache.AllRulesCacheAdapter
-
Constructor Summary
Constructors Constructor Description AllRulesCache(Grammar grammar)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)static AllRulesCachefindInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)java.util.Map<java.lang.String,AbstractRule>getAllRules()static AllRulesCacheremoveFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
-
-
-
Constructor Detail
-
AllRulesCache
public AllRulesCache(Grammar grammar)
-
-
Method Detail
-
findInEmfObject
public static AllRulesCache findInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
-
removeFromEmfObject
public static AllRulesCache removeFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
-
attachToEmfObject
public void attachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
-
getAllRules
public java.util.Map<java.lang.String,AbstractRule> getAllRules()
-
-