public class In_Production
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
In_Production.In_Alternative |
| Modifier and Type | Field and Description |
|---|---|
private In_Production.In_Alternative[] |
alternatives |
private java.lang.String |
name |
private int |
nbAlts |
private java.lang.String[] |
prodTransformElems |
| Constructor and Description |
|---|
In_Production(AProd prod) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternative(int position,
In_Production.In_Alternative alt) |
In_Production.In_Alternative |
getAlternative(int position) |
java.lang.String |
getName() |
int |
getNbAlts() |
void |
setName(java.lang.String name) |
private java.lang.String name
private java.lang.String[] prodTransformElems
private int nbAlts
private In_Production.In_Alternative[] alternatives
public In_Production(AProd prod)
public void setName(java.lang.String name)
public java.lang.String getName()
public int getNbAlts()
public void addAlternative(int position,
In_Production.In_Alternative alt)
public In_Production.In_Alternative getAlternative(int position)
Copyright © 1997-2013 Sablecc. All Rights Reserved.