| 
||||||
| 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.PairProduction
public class PairProduction
Pair production [a -> b c].
| Method Summary | |
|---|---|
 Nonterminal | 
getNonterminal1()
Returns the first nonterminal.  | 
 Nonterminal | 
getNonterminal2()
Returns the second nonterminal.  | 
 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 Nonterminal getNonterminal1()
public Nonterminal getNonterminal2()
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 | |||||