org.sablecc.sablecc
Class Production
java.lang.Object
org.sablecc.sablecc.Production
final class Production
- extends java.lang.Object
Constructor Summary |
Production(int leftside,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
leftside
final int leftside
index
final int index
name
final java.lang.String name
rightside
private final java.util.Vector rightside
productions
private static final java.util.Vector productions
alternatives_
private static java.util.TreeMap alternatives_
modified_
private static boolean modified_
productions_
private static Production[] productions_
modified
private boolean modified
rightside_
private Symbol[] rightside_
Production
Production(int leftside,
java.lang.String name)
reinit
public static void reinit()
computeArray_
private static void computeArray_()
computeArray
private void computeArray()
rightside
Symbol[] rightside()
addSymbol
void addSymbol(Symbol s)
rightside
Symbol rightside(int index)
production
static Production production(int index)
alternatives
static Production[] alternatives(int nonterminal)
productions
static Production[] productions()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object