| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectsysModel.parser.Lexer
public class Lexer
Wrapper around StreamTokenizer.
| Field Summary | |
|---|---|
| (package private)  java.io.StreamTokenizer | _tokStream tokenizer. | 
| Constructor Summary | |
|---|---|
| Lexer(java.lang.String filename)Make a new parser. | |
| Method Summary | |
|---|---|
|  IToken | nextToken()Get the next token. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
final java.io.StreamTokenizer _tok
| Constructor Detail | 
|---|
public Lexer(java.lang.String filename)
      throws java.io.IOException
filename - file to lex
java.io.IOException| Method Detail | 
|---|
public IToken nextToken()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||