writer2latex.util

Class SimpleInputBuffer

public class SimpleInputBuffer extends Object

This class provides a simple string input buffer; it can be used as the basis of a tokenizer.
Constructor Summary
SimpleInputBuffer(String sContent)
Method Summary
booleanatEnd()
chargetChar()
StringgetIdentifier()
intgetIndex()
StringgetInteger()
StringgetNumber()
charpeekChar()
charpeekFollowingChar()
voidskipSpaces()

Constructor Detail

SimpleInputBuffer

public SimpleInputBuffer(String sContent)

Method Detail

atEnd

public boolean atEnd()

getChar

public char getChar()

getIdentifier

public String getIdentifier()

getIndex

public int getIndex()

getInteger

public String getInteger()

getNumber

public String getNumber()

peekChar

public char peekChar()

peekFollowingChar

public char peekFollowingChar()

skipSpaces

public void skipSpaces()