public class AllRulesCache
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AllRulesCache.AllRulesCacheAdapter |
| Constructor and Description |
|---|
AllRulesCache(Grammar grammar) |
| Modifier and Type | Method and Description |
|---|---|
void |
attachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
static AllRulesCache |
findInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
java.util.Map<java.lang.String,AbstractRule> |
getAllRules() |
static AllRulesCache |
removeFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject) |
public AllRulesCache(Grammar grammar)
public static AllRulesCache findInEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public static AllRulesCache removeFromEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public void attachToEmfObject(org.eclipse.emf.common.notify.Notifier emfObject)
public java.util.Map<java.lang.String,AbstractRule> getAllRules()