public class CondensedCoarsestParser<InvhomState> extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
Constructor and Description |
---|
CondensedCoarsestParser(RuleRefinementTree coarseGrammar,
CondensedTreeAutomaton<InvhomState> invhom) |
Modifier and Type | Method and Description |
---|---|
void |
parse(List<RuleRefinementNode> coarseNodes,
List<CondensedRule> partnerInvhomRules) |
public CondensedCoarsestParser(RuleRefinementTree coarseGrammar, CondensedTreeAutomaton<InvhomState> invhom)
public void parse(List<RuleRefinementNode> coarseNodes, List<CondensedRule> partnerInvhomRules)
Copyright © 2017. All rights reserved.