|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.util.BusinessBASICTokenizer
public class BusinessBASICTokenizer
Tokenize the given file as an Apple /// Business BASCIC file.
Apple /// Business BASIC memory format:
[Line]
...
[Line]
where [Line] is:
[Offset to next line - $0000 is end of program] (byte)
[Line no] (word)
[Tokens and/or characters]
[End-of-line marker: $00 bytes]
Date created: Dec 15, 2008 11:17:04 PM
Constructor Summary | |
---|---|
BusinessBASICTokenizer(byte[] fileData)
Constructor for BusinessBASICTokenizer. |
|
BusinessBASICTokenizer(FileEntry fileEntry)
Constructor for BusinessBASICTokenizer. |
Method Summary | |
---|---|
BusinessBASICToken |
getNextToken()
Answer with the next token in the Business BASIC program. |
boolean |
hasMoreTokens()
Indicates if there are more tokens in the Business BASIC program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessBASICTokenizer(FileEntry fileEntry)
public BusinessBASICTokenizer(byte[] fileData)
Method Detail |
---|
public boolean hasMoreTokens()
public BusinessBASICToken getNextToken()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |