Class Parser
- java.lang.Object
-
- Parser
-
public class Parser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Parser()
Create a new Parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Command
getCommand(java.lang.String pInputLine)
Get a new command from the user.java.lang.String
getCommandString()
Returns a String with valid command words.
-