Package net.sourceforge.pmd.lang.vf
Class VfSimpleCharStream
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.SimpleCharStream
-
- net.sourceforge.pmd.lang.vf.VfSimpleCharStream
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.CharStream
public class VfSimpleCharStream extends net.sourceforge.pmd.lang.ast.SimpleCharStream
- Author:
- sergey.gorbaty
-
-
Constructor Summary
Constructors Constructor Description VfSimpleCharStream(java.io.Reader dstream)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-