Modifier and Type | Field and Description |
---|---|
Map<String,Set<String>> |
backward
The backward dependencies associate to each non-terminal
the set of non-terminals which mention it in the
right-hand side of their productions
|
Map<String,Set<String>> |
forward
The forward dependencies associate to each non-terminal
the set of non-terminals which appear in the right-hand
side of its productions
|