|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.mic1.mem.IJVMCommand
public final class IJVMCommand
Wrapper class for a ijvm command and its arguments.
| Constructor Summary | |
|---|---|
IJVMCommand(String n,
IJVMCommandArgument... arguments)
Constructs a new command with the given name and arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<IJVMCommandArgument> |
getArgs()
Returns a List of arguments that are required for this command. |
String |
getName()
Returns the name of this command as viewed to the user. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IJVMCommand(String n,
IJVMCommandArgument... arguments)
n - the name of the command,nullarguments - the required IJVMCommandArguments, for this command| Method Detail |
|---|
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getName()
String representing the name of this command.public List<IJVMCommandArgument> getArgs()
List of arguments that are required for this command.
List containing the required IJVMCommandArguments for this command. Ensured to be not
null and to contain no null-values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||