public class IndexedRuleAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
IndexMatcher |
indexMatcher |
| Constructor and Description |
|---|
IndexedRuleAdapter(IndexMatcher indexMatcher) |
| Modifier and Type | Method and Description |
|---|---|
GrammarResponse |
computeMaterializationsAndRules(IndexedNonterminal toReplace,
Map<Nonterminal,Collection<HeapConfiguration>> rulesResolvingViolationPoint)
For each lhs in the suggested rules, determines whether it can match the nonterminal
and adds the necessary materialization and instantiated rules in this case.
|
public IndexMatcher indexMatcher
public IndexedRuleAdapter(IndexMatcher indexMatcher)
public GrammarResponse computeMaterializationsAndRules(IndexedNonterminal toReplace, Map<Nonterminal,Collection<HeapConfiguration>> rulesResolvingViolationPoint)
toReplace - rulesResolvingViolationPoint - Copyright © 2018. All rights reserved.