Class Tokenizer
java.lang.Object
com.semedy.reasoner.parser.oologic.Tokenizer
a stream based tokenizer for the sem.reasoner syntax
- Author:
- angele
-
Constructor Details
-
Tokenizer
- Throws:
IOException
-
Tokenizer
- Throws:
IOException
-
-
Method Details
-
toString
-
getReader
-
getLine
public int getLine() -
getColumn
public int getColumn() -
getCharCount
public int getCharCount() -
readNext
- Throws:
SimpleParseException
-
readBlank
- Throws:
SimpleParseException
-
readNextChar
- Throws:
SimpleParseException
-
readComment
- Throws:
SimpleParseException
-
finished
public boolean finished() -
readPositiveInteger
- Throws:
SimpleParseException
-
hasNext
public boolean hasNext() -
getCurrent
public char getCurrent() -
next
- Throws:
SimpleParseException
-
pushBack
public void pushBack()
-