|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.flow.operations.FlowGraph2Grammar
public class FlowGraph2Grammar
Converter from flow graphs to grammars.
StringAnalysis| Constructor Summary | |
|---|---|
FlowGraph2Grammar(FlowGraph g)
Constructs a new converter for the given flow graph. |
|
| Method Summary | |
|---|---|
Grammar |
convert()
Constructs grammar for the flow graph. |
Nonterminal |
getNonterminal(Node n)
Returns grammar nonterminal for the given node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowGraph2Grammar(FlowGraph g)
| Method Detail |
|---|
public Grammar convert()
getNonterminal(Node)public Nonterminal getNonterminal(Node n)
convert().
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||