|
||||||
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.UnaryProduction
public class UnaryProduction
Unary production [a -> op1(b)].
Method Summary | |
---|---|
Nonterminal |
getNonterminal()
Returns the nonterminal. |
UnaryOperation |
getOperation()
Returns the operation. |
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 getNonterminal()
public UnaryOperation getOperation()
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 |