com.judoscript.parser.helper
Class JudoCharStream

java.lang.Object
  extended by com.judoscript.util.JavaCharStream
      extended by com.judoscript.parser.helper.JudoCharStream
All Implemented Interfaces:
CharStream

public class JudoCharStream
extends JavaCharStream
implements CharStream


Field Summary
 
Fields inherited from class com.judoscript.util.JavaCharStream
bufcolumn, buffer, bufline, bufpos, column, inBuf, inputStream, line, maxNextCharInd, nextCharBuf, nextCharInd, prevCharIsCR, prevCharIsLF, staticFlag, unescapeUnicode
 
Constructor Summary
JudoCharStream(java.io.InputStream is)
           
JudoCharStream(java.io.InputStream is, int row, int col)
           
JudoCharStream(java.io.Reader r)
           
JudoCharStream(java.io.Reader r, int row, int col)
           
 
Method Summary
 
Methods inherited from class com.judoscript.util.JavaCharStream
adjustBeginLineColumn, AdjustBuffSize, backup, BeginToken, Done, ExpandBuff, FillBuff, getBeginColumn, getBeginLine, getColumn, getEndColumn, getEndLine, getFileName, GetImage, getLine, getReader, GetSuffix, ReadByte, readChar, ReInit, ReInit, ReInit, ReInit, ReInit, ReInit, UpdateLineColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.judoscript.parser.CharStream
backup, BeginToken, Done, getBeginColumn, getBeginLine, getColumn, getEndColumn, getEndLine, GetImage, getLine, GetSuffix, readChar
 

Constructor Detail

JudoCharStream

public JudoCharStream(java.io.InputStream is)

JudoCharStream

public JudoCharStream(java.io.Reader r)

JudoCharStream

public JudoCharStream(java.io.InputStream is,
                      int row,
                      int col)

JudoCharStream

public JudoCharStream(java.io.Reader r,
                      int row,
                      int col)