public class ViolationPointResolver extends Object
| Constructor and Description |
|---|
ViolationPointResolver(Grammar grammar) |
| Modifier and Type | Method and Description |
|---|---|
Map<Nonterminal,Collection<HeapConfiguration>> |
getRulesCreatingSelectorFor(Nonterminal nonterminal,
int tentacle,
String selectorName)
gets all rules matching the given nonterminal and creating the requested selector label
at the given tentacle of the nonterminal
|
public ViolationPointResolver(Grammar grammar)
public Map<Nonterminal,Collection<HeapConfiguration>> getRulesCreatingSelectorFor(Nonterminal nonterminal, int tentacle, String selectorName)
nonterminal - the nonterminal to replacetentacle - the tentacle of the nonterminal at which the selector Label is requestedselectorName - the name of the requested selector LabelCopyright © 2018. All rights reserved.