|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limitless.nmc.Prototype1.CommandParser
public class CommandParser
This is a lexer/parser that takes a single line of text and breaks it into a command and arguments. All arguments are separated by commas. The command is the first non-white-space word. See 5.1.1 for a complete description of the syntax.
| Nested Class Summary | |
|---|---|
static class |
CommandParser.ParsedCommand
|
| Field Summary | |
|---|---|
private static org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
CommandParser()
|
|
| Method Summary | |
|---|---|
(package private) CommandParser.ParsedCommand |
parse(java.lang.String raw)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public CommandParser()
| Method Detail |
|---|
CommandParser.ParsedCommand parse(java.lang.String raw)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||