Package com.yahoo.javacc
Class FastCharStream
java.lang.Object
com.yahoo.javacc.FastCharStream
- Author:
- Simon Thoresen Hult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbackup(int amount) charvoiddone()formatException(String parseException) intintintintgetImage()char[]getSuffix(int len) intbooleancharreadChar()voidsetTabSize(int i) voidsetTrackLineColumn(boolean tlc)
-
Constructor Details
-
FastCharStream
-
-
Method Details
-
readChar
- 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
- Throws:
IOException
-
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
-