Package | Description |
---|---|
org.stekikun.dolmen.common | |
org.stekikun.dolmen.syntax |
Modifier and Type | Method and Description |
---|---|
static <Node> SCC<Node> |
SCC.of(SCC.Graph<Node> graph)
Computes and returns an instance of
SCC which
describes the strongly connected components of the
given graph . |
Modifier and Type | Class and Description |
---|---|
static class |
PGrammars.Dependencies
Represents the dependencies between the various non-terminals
in some grammar.
|