|
||||||||||
| 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(java.lang.String n,
IJVMCommandArgument... arguments)
Constructs a new command with the given name and arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<IJVMCommandArgument> |
getArgs()
Returns a List of arguments that are required for this command. |
java.lang.String |
getName()
Returns the name of this command as viewed to the user. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IJVMCommand(java.lang.String n,
IJVMCommandArgument... arguments)
n - the name of the command,nullarguments - the required IJVMCommandArguments, for this command| Method Detail |
|---|
@NotNull public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object@NotNull public java.lang.String getName()
String representing the name of this command.@NotNull public java.util.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 | |||||||||