Class Production

java.lang.Object
  extended byProduction

public class Production
extends java.lang.Object

The objects of this class are productions of context-free grammars.


Constructor Summary
Production(char c, java.lang.String s)
          Creates a production c -> s with left side c and right side s.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Production

public Production(char c,
                  java.lang.String s)
Creates a production c -> s with left side c and right side s.

Method Detail

toString

public java.lang.String toString()