java.lang.Object
org.xbib.jacc.grammar.Machine
- Direct Known Subclasses:
LookaheadMachine
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetEntry(int i) int[]getGotosAt(int i) getItems()getItemsAt(int i) intint[]getShiftsAt(int i) reduceItem(int i, int j)
-
Field Details
-
grammar
-
numNTs
protected int numNTs -
numTs
protected int numTs -
left
protected org.xbib.jacc.grammar.Left left
-
-
Method Details
-
getGrammar
-
getNumStates
public int getNumStates() -
getItems
-
reduceItem
-
getEntry
public int getEntry(int i) -
getItemsAt
-
getGotosAt
public int[] getGotosAt(int i) -
getShiftsAt
public int[] getShiftsAt(int i) -
display
- Throws:
IOException
-