Class Tables

java.lang.Object
org.xbib.jacc.grammar.Tables

public class Tables extends Object
  • Field Details

    • machine

      protected LookaheadMachine machine
    • numNTs

      protected int numNTs
    • numTs

      protected int numTs
    • action

      protected byte[][] action
    • arg

      protected int[][] arg
  • Constructor Details

  • Method Details

    • getMachine

      public LookaheadMachine getMachine()
    • getActionAt

      public byte[] getActionAt(int i)
    • getArgAt

      public int[] getArgAt(int i)
    • getProdUnused

      public int getProdUnused()
    • getProdsUsedAt

      public boolean[] getProdsUsedAt(int i)
    • setReduce

      public void setReduce(int i, int j, int k)