| java.lang.Object com.google.gwt.dev.js.rhino.LineBuffer
LineBuffer | final class LineBuffer (Code) | | An input buffer that combines fast character-based access with
(slower) support for retrieving the text of the current line. It
also supports building strings directly out of the internal buffer
to support fast scanning with minimal object creation.
Note that it is customized in several ways to support the
TokenStream class, and should not be considered general.
Credits to Kipp Hickman and John Bandhauer.
author: Mike McCabe |
Field Summary | |
final static int | BUFLEN |
BUFLEN | final static int BUFLEN(Code) | | |
getLineno | int getLineno()(Code) | | |
getOffset | int getOffset()(Code) | | |
|
|