| Modifier and Type | Method and Description |
|---|---|
GrammarResponse |
DefaultMaterializationRuleManager.getRulesFor(Nonterminal toReplace,
int tentacle,
String requestedSelector)
returns a DefaultGrammarResponse containing the right hand side of all rules
whose lhs matches the given nonterminal and which create the requested selector
at the given tentacle of the nonterminal.
|
| Modifier and Type | Method and Description |
|---|---|
GrammarResponse |
IndexedMaterializationRuleManager.getRulesFor(Nonterminal toReplace,
int tentacle,
String requestedSelector) |
| Modifier and Type | Method and Description |
|---|---|
Deque<Pair<Integer,GrammarResponse>> |
ApplicableRulesFinder.findApplicableRules(HeapConfiguration heapConfiguration) |
GrammarResponse |
MaterializationRuleManager.getRulesFor(Nonterminal toReplace,
int tentacle,
String requestedSelector) |
Copyright © 2019. All rights reserved.