|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.swri.swiftvis.sources.SpecialFormatReader.IntToken
private class SpecialFormatReader.IntToken
Field Summary | |
---|---|
private static long |
serialVersionUID
|
private SpecialFormatReader.Store |
store
|
private int |
type
|
Constructor Summary | |
---|---|
SpecialFormatReader.IntToken(java.lang.String str)
|
Method Summary | |
---|---|
SpecialFormatReader.Store |
getStore()
Returns the store used by this token. |
void |
process()
This function will start at the token it is called on processing it in whatever way is needed. |
void |
reset()
This can be used to make sure that a token starts "processing" at the beginning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int type
private SpecialFormatReader.Store store
private static final long serialVersionUID
Constructor Detail |
---|
public SpecialFormatReader.IntToken(java.lang.String str)
Method Detail |
---|
public void process() throws java.io.IOException
SpecialFormatReader.Token
process
in interface SpecialFormatReader.Token
java.io.IOException
public SpecialFormatReader.Store getStore()
SpecialFormatReader.Token
getStore
in interface SpecialFormatReader.Token
public void reset()
SpecialFormatReader.Token
reset
in interface SpecialFormatReader.Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |