Class Parser

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

public class Parser extends Object
  • Constructor Details

    • Parser

      public Parser(Tables tables, int[] ai)
  • Method Details

    • getState

      public int getState()
    • getNextSymbol

      public int getNextSymbol()
    • step

      public int step()
    • display

      public void display(Writer writer, boolean flag) throws IOException
      Throws:
      IOException