org.sablecc.sablecc
Class In_Production
java.lang.Object
org.sablecc.sablecc.In_Production
public class In_Production
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
prodTransformElems
private java.lang.String[] prodTransformElems
nbAlts
private int nbAlts
alternatives
private In_Production.In_Alternative[] alternatives
In_Production
public In_Production(AProd prod)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
getNbAlts
public int getNbAlts()
addAlternative
public void addAlternative(int position,
In_Production.In_Alternative alt)
getAlternative
public In_Production.In_Alternative getAlternative(int position)