public class CommandOperation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int[] |
input |
private Key |
inputKey |
private int |
position |
| Constructor and Description |
|---|
CommandOperation(int[] input) |
CommandOperation(Key key) |
CommandOperation(Key key,
int[] input) |
CommandOperation(Key key,
int[] input,
int position) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getInput() |
Key |
getInputKey() |
int |
getPosition() |
java.lang.String |
toString() |
private final Key inputKey
private final int[] input
private final int position
public CommandOperation(int[] input)
public CommandOperation(Key key, int[] input)
public CommandOperation(Key key)
public CommandOperation(Key key, int[] input, int position)
public Key getInputKey()
public int[] getInput()
public int getPosition()
public java.lang.String toString()
toString in class java.lang.Object