|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rpn.StringStream
Simple string reader stream. Makes the parsing easier.
Constructor Summary | |
StringStream(java.lang.String s)
|
Method Summary | |
void |
advance()
|
char |
getCurrent()
|
char |
getNext()
|
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringStream(java.lang.String s)
Method Detail |
public char getNext()
public char getCurrent()
public void advance()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |