|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--mstar.ParsePlayer
|
+--TinyMudParsePlayer
Implements the ParsePlayer class for TinyMud's.
| Constructor Summary | |
TinyMudParsePlayer()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
MudPlayer |
parse(java.lang.String s)
Parses the player data that is returned from the collaborative environment and returns a MudPlayer class that represents the player. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TinyMudParsePlayer()
| Method Detail |
public MudPlayer parse(java.lang.String s)
s - the player data from the collaborative environment that
is to be parsed.public static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||