|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.gift.net.lexer.StreamLexer
public class StreamLexer
StreamLexer Parses GiFT-Commands
Constructor Summary | |
---|---|
StreamLexer(java.io.InputStream in)
Constructor for StreamLexer. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method, only for testing purposes. |
Command |
parse()
Parses the Inputstream and returns the corresponding command object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamLexer(java.io.InputStream in)
in
- the input streamMethod Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
args
- commandline args
java.io.IOException
public Command parse() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |