|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.LexicalReader | +--ConForM.CoopnTools.CoKer.PackageMgr.LexicalPackageFileReader
Lexical reader for package files
LexicalReader
Fields inherited from class ConForM.CoopnTools.CoKer.LexicalReader |
env, reader |
Constructor Summary | |
LexicalPackageFileReader(CoopnEnv env,
java.io.Reader reader)
Simple constructor. |
Method Summary | |
LexicalToken |
consultNextToken()
Consult the next token. |
boolean |
hasMoreTokens()
Test the reader of more tokens. |
LexicalToken |
nextToken()
Consult and consume the next token. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LexicalPackageFileReader(CoopnEnv env, java.io.Reader reader)
reader
- the input readerenv
- the environmentMethod Detail |
public boolean hasMoreTokens()
hasMoreTokens
in class LexicalReader
public LexicalToken nextToken()
nextToken
in class LexicalReader
public LexicalToken consultNextToken()
consultNextToken
in class LexicalReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |