All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.parser.ASCII_UCodeESC_CharStream

java.lang.Object
   |
   +----collage.parser.ASCII_UCodeESC_CharStream

public final class ASCII_UCodeESC_CharStream
extends Object
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).


Variable Index

 o bufpos

Constructor Index

 o ASCII_UCodeESC_CharStream(InputStream, int, int)
 o ASCII_UCodeESC_CharStream(InputStream, int, int, int)

Method Index

 o backup(int)
 o BeginToken()
 o Done()
 o getBeginColumn()
 o getBeginLine()
 o getColumn()
Deprecated.
 o getEndColumn()
 o getEndLine()
 o GetImage()
 o getLine()
Deprecated.
 o GetSuffix(int)
 o readChar()

Variables

 o bufpos
  public int bufpos

Constructors

 o ASCII_UCodeESC_CharStream
  public ASCII_UCodeESC_CharStream(InputStream dstream,
                                   int startline,
                                   int startcolumn,
                                   int buffersize)
 o ASCII_UCodeESC_CharStream
  public ASCII_UCodeESC_CharStream(InputStream dstream,
                                   int startline,
                                   int startcolumn)

Methods

 o BeginToken
  public final char BeginToken() throws IOException
 o readChar
  public final char readChar() throws IOException
 o getColumn
  public final int getColumn()
Note: getColumn() is deprecated.

See Also:
getEndColumn
 o getLine
  public final int getLine()
Note: getLine() is deprecated.

See Also:
getEndLine
 o getEndColumn
  public final int getEndColumn()
 o getEndLine
  public final int getEndLine()
 o getBeginColumn
  public final int getBeginColumn()
 o getBeginLine
  public final int getBeginLine()
 o backup
  public final void backup(int amount)
 o GetImage
  public final String GetImage()
 o GetSuffix
  public final char[] GetSuffix(int len)
 o Done
  public void Done()

All Packages  Class Hierarchy  This Package  Previous  Next  Index