|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.string.grammar.Production
dk.brics.string.grammar.AutomatonProduction
public class AutomatonProduction
Automaton production [a -> reg].
Method Summary | |
---|---|
Automaton |
getAutomaton()
Returns the automaton. |
String |
toString()
|
void |
visitBy(Nonterminal a,
ProductionVisitor v)
Visits this production with the given visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Automaton getAutomaton()
public String toString()
toString
in class Object
public void visitBy(Nonterminal a, ProductionVisitor v)
Production
visitBy
in class Production
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |