Package writer2latex.util
Class SimpleInputBuffer
java.lang.Object
writer2latex.util.SimpleInputBuffer
This class provides a simple string input buffer; it can be used as the
basis of a tokenizer.
-
Constructor Details
-
SimpleInputBuffer
-
-
Method Details
-
getIndex
public int getIndex() -
atEnd
public boolean atEnd() -
peekChar
public char peekChar() -
peekFollowingChar
public char peekFollowingChar() -
getChar
public char getChar() -
getIdentifier
-
getNumber
-
getInteger
-
skipSpaces
public void skipSpaces()
-