Class FastCharStream

java.lang.Object
com.yahoo.javacc.FastCharStream

public class FastCharStream extends Object
Author:
Simon Thoresen Hult
  • Constructor Details

    • FastCharStream

      public FastCharStream(String input)
  • Method Details

    • readChar

      public char readChar() throws IOException
      Throws:
      IOException
    • getEndColumn

      public int getEndColumn()
    • getEndLine

      public int getEndLine()
    • getBeginColumn

      public int getBeginColumn()
    • getBeginLine

      public int getBeginLine()
    • backup

      public void backup(int amount)
    • beginToken

      public char beginToken() throws IOException
      Throws:
      IOException
    • getImage

      public String getImage()
    • getSuffix

      public char[] getSuffix(int len)
    • done

      public void done()
    • setTabSize

      public void setTabSize(int i)
    • getTabSize

      public int getTabSize()
    • setTrackLineColumn

      public void setTrackLineColumn(boolean tlc)
    • isTrackLineColumn

      public boolean isTrackLineColumn()
    • formatException

      public String formatException(String parseException)