Class VfSimpleCharStream

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.CharStream

    public class VfSimpleCharStream
    extends net.sourceforge.pmd.lang.ast.SimpleCharStream
    Author:
    sergey.gorbaty
    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.lang.ast.SimpleCharStream

        bufcolumn, buffer, bufline, bufpos, column, inBuf, inputStream, line, maxNextCharInd, prevCharIsCR, prevCharIsLF, staticFlag, tabSize
    • Constructor Summary

      Constructors 
      Constructor Description
      VfSimpleCharStream​(java.io.Reader dstream)  
    • Method Summary

      • Methods inherited from class net.sourceforge.pmd.lang.ast.SimpleCharStream

        adjustBeginLineColumn, backup, BeginToken, Done, ExpandBuff, FillBuff, getBeginColumn, getBeginLine, getColumn, getEndColumn, getEndLine, GetImage, getLine, GetSuffix, getTabSize, readChar, ReInit, ReInit, ReInit, ReInit, ReInit, ReInit, ReInit, ReInit, ReInit, setTabSize, UpdateLineColumn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VfSimpleCharStream

        public VfSimpleCharStream​(java.io.Reader dstream)